Skip to content

Commit

Permalink
Merge pull request #2383 from Taraxa-project/fix-building-instructions
Browse files Browse the repository at this point in the history
chore: fix building instructions
  • Loading branch information
MatusKysel authored Mar 14, 2023
2 parents 63dd433 + eadfc89 commit 0f0b68a
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 @@ -40,7 +40,7 @@ will build out of the box without further effort:
sudo python3 -m pip install conan==1.59.0

# Setup clang as default compiler either in your IDE or by env. variables"
export C="clang-14"
export CC="clang-14"
export CXX="clang++-14"

### Clone the Repository
Expand Down Expand Up @@ -127,7 +127,7 @@ will build out of the box without further effort:
rm -f llvm.sh

# Setup clang as default compiler either in your IDE or by env. variables"
export C="clang-14"
export CC="clang-14"
export CXX="clang++-14"

### Clone the Repository
Expand Down

0 comments on commit 0f0b68a

Please sign in to comment.