mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Add help
This commit is contained in:
@ -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`
|
||||
|
||||
Reference in New Issue
Block a user