[Github-comments] [geany/geany] Problem with installing compiled geany (#2044)

LarsGit223 notifications at xxxxx
Sat Jan 12 08:11:47 UTC 2019


@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190112/11ca41a6/attachment.html>


More information about the Github-comments mailing list