Skip to content

Commit

Permalink
Added similar export commands to first command list also
Browse files Browse the repository at this point in the history
  • Loading branch information
itxs committed Aug 25, 2024
1 parent accad79 commit 50a40d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/building-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ tools to the `LLVM_DISTRIBUTION_COMPONENTS` CMake list.
The toolchain can be built directly with CMake.

```
export CC=clang
export CXX=clang++
mkdir build
cd build
cmake .. -GNinja -DFETCHCONTENT_QUIET=OFF
Expand Down

0 comments on commit 50a40d9

Please sign in to comment.