Philip-Scott / Notes-up

Markdown notes editor & manager
GNU General Public License v2.0
620 stars 47 forks source link

[Solved] Compiling on Linux Mint 20 Ulyanna #363

Open juanmontoyaalegre opened 3 years ago

juanmontoyaalegre commented 3 years ago

This is not a bug report, but a solution report, if there's such thing

Notes-up is not available on Linux Mint.

The easiest way to have it running is to install from flatpak.

Building from source

If, instead, you want to build it from source, the following dependencies are required and can be installed with this command:

sudo apt install build-essential git cmake libgranite-dev libgtksourceview-3.0-dev libwebkit2gtk-4.0-dev libsqlite3-dev libmarkdown2-dev libgtkspell3-3-dev valac

Then, install as instructed in the 'How to build' section in https://github.com/Philip-Scott/Notes-up

(Now I'm very excited to start messing with the code |-D )