Skip to content

Commit 382e2de

Browse files
add -DCMAKE_BUILD_TYPE=Release in install command line
1 parent 193af3d commit 382e2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Move and clean split views.
1616
- clang++ or g++ with c++14 support
1717

1818
```
19-
sudo apt cmake cmake-extras kdevplatform-dev kdelibs5-dev
19+
sudo apt cmake cmake-extras kdelibs5-dev
2020
```
2121

2222
## Install
@@ -26,7 +26,7 @@ sudo apt cmake cmake-extras kdevplatform-dev kdelibs5-dev
2626
```
2727
mkdir build
2828
cd build
29-
cmake -DPLUGIN_INSTALL_DIR=/usr/lib/x86_64-linux-gnu/qt5/plugins/ ..
29+
cmake -DPLUGIN_INSTALL_DIR=/usr/lib/x86_64-linux-gnu/qt5/plugins/ -DCMAKE_BUILD_TYPE=Release ..
3030
make
3131
sudo make install
3232
```

0 commit comments

Comments
 (0)