add git build instruction

This commit is contained in:
Evgenii Alekseev 2018-09-17 16:43:01 +03:00
parent 308b721c87
commit c2a18f8845
3 changed files with 6 additions and 2 deletions

View File

@ -11,4 +11,4 @@ cmake -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_BUILD_TYPE=Optimization -DCMAKE_
make make
# tests # tests
xvfb-run make test xvfb-run -a make test

View File

@ -15,4 +15,4 @@ cmake -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_BUILD_TYPE=Optimization -DCMAKE_
make make
# tests # tests
xvfb-run make test xvfb-run -a make test

View File

@ -58,6 +58,10 @@ Installation
**NOTE** on Plasma 5 it very likely requires `-DKDE_INSTALL_USE_QT_SYS_PATHS=ON` flag **NOTE** on Plasma 5 it very likely requires `-DKDE_INSTALL_USE_QT_SYS_PATHS=ON` flag
**NOTE** if you are going to build from git, you need to init submodules first, e.g.:
git submodule update --init --recursive
Additional information Additional information
====================== ======================