Changes
Page history
Add some required libraries on Linux
authored
May 03, 2019
by
Stefan Tauner
Show whitespace changes
Inline
Side-by-side
home.asciidoc
View page @
61a3740b
...
...
@@ -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!
...
...
...
...