We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546eddc commit e0a73e2Copy full SHA for e0a73e2
README.md
@@ -3,7 +3,16 @@ Here put some cross-platform tools for convenience of C++ development. And also
3
4
## Dependency
5
1. Install conan 2.x package manager
6
-2. Adjust installation location of conan packages
+ 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
16
17
```
18
conan cache clean
0 commit comments