Page 1 of 1

Geany

Posted: Sat 6. Apr 2019, 10:10
by h3rb3rn
Fassung vom 05.04.2019

Voraussetzung

Code: Select all

sudo apt install intltool make git
Quelle: https://github.com/geany/


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
geany_theme_plugin.jpg