Update compilation authored by Karel Slaný's avatar Karel Slaný
......@@ -13,6 +13,11 @@ Project depends on Qt5. ~~Minimal Qt version which the project is tested on is Q
> Datovka-4.9.1 and newer versions of Datovka require libisds-0.10.7 in order to compile and function properly.
> We recommend compiling [libisds](http://xpisar.wz.cz/libisds/) with the OpenSSL back-end option enabled to avoid [this problem](https://gitlab.labs.nic.cz/datovka/datovka/wikis/help#na-linuxov%C3%A9-distribuci-kterou-pou%C5%BE%C3%ADv%C3%A1m-p%C5%99ev%C3%A1%C5%BEn%C4%9B-debianubuntu-nejdou-stahovat-zpr%C3%A1vy) (#6). (Use `./configure --enable-openssl-backend` when configuring libisds sources.)
> ``` shell
./configure --enable-debug --enable-openssl-backend --disable-fatalwarnings --disable-nls --enable-test
make
sudo make install
```
### Linux/UNIX
......
......