don't use make in cmake instructions (closes #236)
This commit is contained in:
parent
2484e2ed5e
commit
f0b370716b
@ -38,9 +38,8 @@ For compilation of the C library, run `make`. You can also install the library
|
|||||||
Alternatively, you can compile with `cmake`, e.g. by
|
Alternatively, you can compile with `cmake`, e.g. by
|
||||||
```sh
|
```sh
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cmake -S . -B build
|
||||||
cmake ..
|
cmake --build build
|
||||||
make
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Using other compilers
|
### Using other compilers
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user