소스 검색

updated readme cmake build instr

Vladyslav Hrytsenko 7 년 전
부모
커밋
3b10773412
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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: