Browse Source

updated readme cmake build instr

Vladyslav Hrytsenko 6 years ago
parent
commit
3b10773412
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -76,7 +76,7 @@ Build the shared library:
 $ mkdir build
 $ cd build
 $ cmake .. -DENET_SHARED=1 -DCMAKE_BUILD_TYPE=Release
-$ make
+$ cmake --build .
 ```
 
 Use it:
@@ -105,7 +105,7 @@ Build the static library:
 $ mkdir build
 $ cd build
 $ cmake .. -DENET_STATIC=1 -DCMAKE_BUILD_TYPE=Release
-$ make
+$ cmake --build .
 ```
 
 Use it: