소스 검색

add instructions for dev build

blueloveTH 2 년 전
부모
커밋
60294e8896
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -57,6 +57,16 @@ To compile it with your project, these flags must be set:
 + `--std=c++17` flag must be set
 + Exception must be enabled
 
+For development build on Linux, use this snippet.
+```bash
+# prerequisites
+sudo apt-get install libc++-dev libc++abi-dev clang++
+# build the repo
+bash build.sh
+# unittest
+python scripts/run_tests.py
+```
+
 ### Example
 
 ```cpp