mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
add git build instruction
This commit is contained in:
parent
308b721c87
commit
c2a18f8845
@ -11,4 +11,4 @@ cmake -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_BUILD_TYPE=Optimization -DCMAKE_
|
||||
make
|
||||
|
||||
# tests
|
||||
xvfb-run make test
|
||||
xvfb-run -a make test
|
||||
|
@ -15,4 +15,4 @@ cmake -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_BUILD_TYPE=Optimization -DCMAKE_
|
||||
make
|
||||
|
||||
# tests
|
||||
xvfb-run make test
|
||||
xvfb-run -a make test
|
||||
|
@ -58,6 +58,10 @@ Installation
|
||||
|
||||
**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
|
||||
======================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user