@CheckB: I also develop on Ubuntu. In my private wiki I have got the following note about libs which need to be installed (this might not be a minimal list): ``` sudo apt-get install autoconf sudo apt-get install intltool sudo apt-get install libglib2.0-dev sudo apt-get install gtk+2.0 sudo apt-get install libgtk-3-dev sudo apt-get install libtool ``` Optionally for some tasks (but not required) the following libs and tools can be installed: ``` # For rst2html sudo apt-get install python3-docutils
# For Source-Code-Check sudo apt-get install cppcheck # For generating the source-sode documentation sudo apt-get install doxygen doxygen-doc doxygen-gui graphviz ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2044#issuecomment-453729084
