Parcourir la source

updated readme cmake build instr

Vladyslav Hrytsenko il y a 6 ans
Parent
commit
3b10773412
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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: