Geany
Posted: Sat 6. Apr 2019, 10:10
Fassung vom 05.04.2019
Voraussetzung
Quelle: https://github.com/geany/
Plugins installieren
Themes installieren
Voraussetzung
Code: Select all
sudo apt install intltool make git
Plugins installieren
Code: Select all
git clone https://github.com/geany/geany-plugins.git
Code: Select all
cd geany-plugins
./autogen.sh
./configure
make
sudo make install
Themes installieren
Code: Select all
git clone https://github.com/geany/geany-themes.git
Code: Select all
cd geany-themes
sh install.sh