update BUILD.md

This commit is contained in:
Alexey Loginov 2019-06-24 00:32:05 +03:00
parent 27abe94d25
commit 71aac3b2f0
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
Finally as root type
```make install```
```make install -C build```
(The pianobooster binary executable is now in the "build" subdirectory.)
@ -19,7 +19,7 @@
```cmake -DCMAKE_BUILD_TYPE=Debug .```
(Alternatively you can use qmake followed by make in the src directory.)
(Alternatively you can use qmake followed by make.)
See [DEB](pkgs/deb) for more details.