Skip to content

Commit f0b3707

Browse files
authored
don't use make in cmake instructions (closes #236)
1 parent 2484e2e commit f0b3707

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ For compilation of the C library, run `make`. You can also install the library
3838
Alternatively, you can compile with `cmake`, e.g. by
3939
```sh
4040
mkdir build
41-
cd build
42-
cmake ..
43-
make
41+
cmake -S . -B build
42+
cmake --build build
4443
```
4544

4645
### Using other compilers

0 commit comments

Comments
 (0)