Forráskód Böngészése

updated readme cmake build instr

Vladyslav Hrytsenko 6 éve
szülő
commit
3b10773412
1 módosított fájl, 2 hozzáadás és 2 törlés
  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: