User Tools

Site Tools


geany

Компиляция

git clone https://github.com/geany/geany
./autogen.sh
./configure --prefix /home/keremet/compile/geany/geany_bin
make -j12 -s
make -s install

Компиляция плагинов

git clone https://github.com/geany/geany-plugins
sudo apt-get install geany-devel
cd geany-plugins
PKG_CONFIG_PATH=/home/keremet/compile/geany/geany_bin/lib/pkgconfig ./autogen.sh --prefix=/home/keremet/compile/geany/geany_bin
make -j12 -s
make -s install

Запуск

/home/keremet/compile/geany/geany_bin/bin/geany
geany.txt · Last modified: 2025/01/04 07:40 by keremet