Building geany from source

[To compile geany]
Get source tar file from http://www.geany.org/Download/Releases
# cd geany-1.24.1
# ./configure
# make

[To compile geany plugin]
Get source tar file from http://plugins.geany.org/downloads.html
Make sure geany 1.24 is compiled and installed.
# cd geany-plugins-1.24
# ./configure
[This sometimes gives error, "configure: error: Package requirements (geany >= 1.24) were not met".
Test if installation is proper,
#PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --modversion geany
# echo $PKG_CONFIG_PATH
May be path is not having /usr/local/lib/pkgconfig, then do,
# PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure]
# make

No comments: