Update compilation authored by Karel Slaný's avatar Karel Slaný
...@@ -39,6 +39,13 @@ You may run also: ...@@ -39,6 +39,13 @@ You may run also:
make install make install
``` ```
> If you want to build only the command-line application for Linux then use the `datovka-cli.pro.noauto` as project file:
> ``` shell
lrelease datovka.pro
qmake datovka-cli.pro.noauto
make
```
You may change the prefix by running: You may change the prefix by running:
``` shell ``` shell
qmake PREFIX="/usr" datovka.pro qmake PREFIX="/usr" datovka.pro
... ...
......