Skip to content

Commit

Permalink
Fix build instructions wrt conan
Browse files Browse the repository at this point in the history
  • Loading branch information
nallath authored Apr 12, 2023
1 parent defe383 commit c2ec3fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ http://www.gnu.org/licenses/lgpl.html
- CMake 3.23 or higher
- nmake
- sip 6.5.0 or higher
- Conan 1.56.0

### MacOs
- Python 3.6 or higher
Expand All @@ -45,6 +46,7 @@ http://www.gnu.org/licenses/lgpl.html
- CMake 3.23 or higher
- make
- sip 6.5.0 or higher
- Conan 1.56.0

### Linux
- Python 3.6 or higher
Expand All @@ -53,6 +55,7 @@ http://www.gnu.org/licenses/lgpl.html
- CMake 3.23 or higher
- make
- sip 6.5.0 or higher
- Conan 1.56.0

## How To Build

Expand All @@ -69,7 +72,7 @@ which is quite extensive and well maintained. Conan is a Python program and can
### 1. Configure Conan

```bash
pip install conan --upgrade
pip install conan==1.56
conan config install https://github.com/ultimaker/conan-config.git
conan profile new default --detect --force
```
Expand Down

0 comments on commit c2ec3fb

Please sign in to comment.