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. +

    + + +

    To run the tests: