Skip to content
Snippets Groups Projects
Select Git revision
  • 3d6995c4721dfc7b36be0f1480e08a0a23e2d3b6
  • master default protected
  • develop
3 results

simucene

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Erik Strand authored
    3d6995c4
    History
    Name Last commit Last update
    cmake
    simucene
    .gitignore
    CMakeLists.txt
    README.md

    simucene

    Physical simulation experiments

    Dependencies

    • a modern C++ compiler (i.e. one that supports C++17 features, ex. gcc 7+)
    • cmake 3.13 or newer
    • Eigen3 (installable via apt, yum, or homebrew)

    Building

    From the project's root directory,

    mkdir build
    cd build
    cmake ..
    make

    Tips:

    • you can build using multiple threads at once using e.g. make -j4
    • you can specify a specific compiler using cmake .. -DCMAKE_CXX_COMPILER=g++-8
    • for debugging symbols use cmake .. -DCMAKE_BUILD_TYPE=Debug

    Running

    From the build directory,

    simucene/simucene