Something like this should work:
sudo apt install build-essential
(install basic development tools)sudo apt build-dep geany
(should install all dependencies needed for building Geany). Before running this, you'll have to add the repository for "source" versions of packages - I think this is accessible from some update manager, I don't remember where exactly in mint this is.git clone https://github.com/geany/geany.git
(gets the Geany repo)cd geany
./autogen.sh --disable-html-docs && make -j 9 && sudo make install
(build and install Geany)—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.