This commit is contained in:
Pavel Lobashov
2019-09-11 11:47:16 +03:00
parent 4c94b4db3d
commit f4f0cca856
2 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,10 @@
### Please note, that all instruction tested on Ubuntu 14.04
1. Install QT. Tested on https://download.qt.io/archive/qt/5.9/5.9.8/single/qt-everywhere-opensource-src-5.9.8.tar.xz
1. Install QT. Tested on [qt-5.9.8](https://download.qt.io/archive/qt/5.9/5.9.8/single/qt-everywhere-opensource-src-5.9.8.tar.xz)
QT installer requires GUI.
If you want to build on server without GUI - compile qt from source.
2. Install dependencies via `bash ./scripts/dependencies`
3. Configure build via `bash ./configure` with additional params, described in help
4. Run build via `bash ./make`