Skip to content

Commit f9965df

Browse files
authored
Fix build instructions Conan
1 parent ae28bfb commit f9965df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ http://www.gnu.org/licenses/agpl.html
4545
- nmake
4646
- protobuf
4747
- zlib
48+
- Conan 1.56.0
4849

4950
### MacOs
5051
- Python 3.6 or higher
@@ -54,6 +55,7 @@ http://www.gnu.org/licenses/agpl.html
5455
- make
5556
- protobuf
5657
- zlib
58+
- Conan 1.56.0
5759

5860
### Linux
5961
- Python 3.6 or higher
@@ -63,6 +65,7 @@ http://www.gnu.org/licenses/agpl.html
6365
- make
6466
- protobuf
6567
- zlib
68+
- Conan 1.56.0
6669

6770

6871
## How To Build
@@ -80,7 +83,7 @@ which is quite extensive and well maintained. Conan is a Python program and can
8083
### 1. Configure Conan
8184

8285
```bash
83-
pip install conan --upgrade
86+
pip install conan==1.56
8487
conan config install https://github.com/ultimaker/conan-config.git
8588
conan profile new default --detect --force
8689
```

0 commit comments

Comments
 (0)