Skip to content

Commit

Permalink
Merge pull request #2665 from Taraxa-project/MatusKysel-patch-1
Browse files Browse the repository at this point in the history
Update building.md
  • Loading branch information
MatusKysel authored Jan 26, 2024
2 parents 1dd21fc + a7aeee7 commit 436cc79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ will build out of the box without further effort:
sudo apt install solc

# Install conan package manager
sudo python3 -m pip install conan==1.59.0
sudo python3 -m pip install conan==1.60.0

# Setup clang as default compiler either in your IDE or by env. variables"
export CC="clang-14"
Expand Down Expand Up @@ -94,7 +94,7 @@ will build out of the box without further effort:

# Install conan package manager
# >= 1.36.0 version is required to work properly with clang-14
sudo python3 -m pip install conan==1.59.0
sudo python3 -m pip install conan==1.60.0

# Install cmake
# >= 3.20 version is required for JSON subcommand
Expand Down

0 comments on commit 436cc79

Please sign in to comment.