This commit is contained in:
Ivan
2015-05-12 11:03:48 -07:00
19 changed files with 111 additions and 86 deletions

View File

@@ -23,6 +23,13 @@ The following libraries are required:
* zlib
* libmicrohttpd
* QJSON
* libxtst (optional for auto-type on X11)
On Debian you can install them with:
```bash
sudo apt-get install build-essential cmake libqt4-dev libgcrypt11-dev zlib1g-dev
```
#### Build Steps