Index: www/index.html =================================================================== --- www/index.html +++ www/index.html @@ -96,6 +96,16 @@ linux you may need -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
make
By default CMake uses llvm-config
to locate the required
+ LLVM sources. If CMake cannot find llvm-config
then you must
+ configure CMake using either of the following options.
+
-DLLVM_CONFIG=path/to/llvm-config
-DLLVM_PATH=path/to/llvm/sources
To run the tests: