-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Tristan Grimmer edited this page May 31, 2020
·
9 revisions
This wiki is currently acting as a scratchpad for Tacent installation instruction including environment setup, configuring with CMake, building and installing.
sudo apt-get install clang sudo apt-get install ninja-build Got VS Code Insiders from snap store. update-alternatives --config c++ # Choose clang update-alternatives --config cc # Choose clang
cmake .. -GNinja cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug ninja install ninja -v install