Skip to content

Commit

Permalink
Added linux dependency install command to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrekV committed Jan 23, 2019
1 parent bd10d54 commit 1cb4b7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -58,6 +58,12 @@ If Qt is not installed from your distribution's package manager, you will need t

These dependencies are mandatory:
* libXScrnSaver (`libxss-dev` in deb-based distros and `libXScrnSaver-devel` in rpm-based)

You can install them all in debian with a command:
```
sudo apt install libxss-dev build-essential libgl-dev libreadline-dev
```

These dependencies are optional and will be bundled if the `USE_BUNDLED_LIBRARIES` CMake argument is set or your system does NOT have their development packages installed:
* POCO
Expand Down

0 comments on commit 1cb4b7d

Please sign in to comment.