소스 검색

Improve build system documentation

Dirk Ziegelmeier 7 년 전
부모
커밋
3f690e0bf0
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      BUILDING

+ 3 - 3
BUILDING

@@ -93,11 +93,11 @@ the lwIP root dir:
 
 - mkdir build
 - cd build
-- cmake <path to lwip dir>
-- cmake --build
+- cmake ..
+- cmake --build .
 
 The CMakeLists.txt will autoselect the correct port
-for your system.
+for your system (supported: Linux, Windows, Darwin).
 
 Makefile based build system
 ===========================