Add some required libraries on Linux authored by Stefan Tauner's avatar Stefan Tauner
......@@ -135,6 +135,15 @@ Deactivate all firewalls and antivirus scanners for the time of the installation
{blank}
== Installation on Linux fails at the library dependency step.
On some distributions you need to install additional libraries, e.g. on Ubuntu 19.04 this might help:
`sudo apt install libgtk2.0-0 libncurses5 libpython2.7 libtinfo5`
If you encounter other dependencies please let us know.
{blank}
== My program is not behaving like I expected.
Use the debugger to find your problem!
......
......