Skip to content

Commit e0a73e2

Browse files
committed
update readme
1 parent 546eddc commit e0a73e2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@ Here put some cross-platform tools for convenience of C++ development. And also
33

44
## Dependency
55
1. Install conan 2.x package manager
6-
2. Adjust installation location of conan packages
6+
eg, `pip install conan`
7+
2. Install cmake
8+
eg, `pip install cmake`
9+
3. Install python numpy for boost
10+
eg, `pip install numpy`
11+
4. Prepare c++ toolchain
12+
Windows: msvc
13+
Linux: gcc or clang
14+
Macos: apple-clang
15+
5. Adjust installation location of conan packages
716

817
```
918
conan cache clean

0 commit comments

Comments
 (0)