Geany

Programme, IDEs und Tools zum Programmieren
Post Reply
User avatar
h3rb3rn
Administrator
Posts: 189
Joined: Mon 9. Feb 2015, 23:29

Geany

Post 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
Post Reply