File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ http://www.gnu.org/licenses/agpl.html
45
45
- nmake
46
46
- protobuf
47
47
- zlib
48
+ - Conan 1.56.0
48
49
49
50
### MacOs
50
51
- Python 3.6 or higher
@@ -54,6 +55,7 @@ http://www.gnu.org/licenses/agpl.html
54
55
- make
55
56
- protobuf
56
57
- zlib
58
+ - Conan 1.56.0
57
59
58
60
### Linux
59
61
- Python 3.6 or higher
@@ -63,6 +65,7 @@ http://www.gnu.org/licenses/agpl.html
63
65
- make
64
66
- protobuf
65
67
- zlib
68
+ - Conan 1.56.0
66
69
67
70
68
71
## How To Build
@@ -80,7 +83,7 @@ which is quite extensive and well maintained. Conan is a Python program and can
80
83
### 1. Configure Conan
81
84
82
85
``` bash
83
- pip install conan --upgrade
86
+ pip install conan==1.56
84
87
conan config install https://github.com/ultimaker/conan-config.git
85
88
conan profile new default --detect --force
86
89
```
You can’t perform that action at this time.
0 commit comments