Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update building.md #2665

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading