Skip to content

Commit

Permalink
docs: libc++ compiler requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Oct 10, 2024
1 parent efe0620 commit 9648483
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/modules/ROOT/pages/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ export CXX="./install/bin/clang++"
export CC="./install/bin/clang"
----

These options set the C and pass:[C++] compilers to the ones previously installed by LLVM.
MrDocs only depends on the pass:[LibC++] headers, so any compiler that works for this step should be fine.

Run a command such as the following to configure LLVM:

[tabs]
Expand Down

0 comments on commit 9648483

Please sign in to comment.