Make CMake instructions like qmake in README.md

This commit is contained in:
Florian Märkl 2017-12-21 12:32:02 +01:00
parent f8182a9e2e
commit 84102a9d32

View File

@ -56,10 +56,9 @@ make
- Method 2: CMake - Method 2: CMake
```sh ```sh
cd src
mkdir build mkdir build
cd build cd build
cmake .. cmake ../src
make make
``` ```