Skip to content

Instantly share code, notes, and snippets.

@tiendq
Created September 23, 2020 09:56
Show Gist options
  • Save tiendq/bc23237a66760c0642eb99e0dab3a0d4 to your computer and use it in GitHub Desktop.
Save tiendq/bc23237a66760c0642eb99e0dab3a0d4 to your computer and use it in GitHub Desktop.

Building Sourcetrail

# Boost is installed in /usr/local with `b2 install`
# llvm-project is built

cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DQt5_DIR=/Users/tiendo/Qt_5_12_3/5.12.3/clang_64/lib/cmake/Qt5 \
-DClang_DIR=/Users/tiendo/GitHub/clang-llvm/build/lib/cmake/clang -DBUILD_CXX_LANGUAGE_PACKAGE=ON ..
cmake --build .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment