Skip to content

installation

Lukas Sabatschus edited this page Jul 15, 2020 · 7 revisions

Installation (Linux)

install

  • clone HiRISE to any folder on your system.
  • go to the Code folder: cd Code
  • create a build folder: mkdir build
  • go to the build folder: cd build
  • run cmake in the build folder: cmake ..
  • make the project (you might want to vary the number of threads): make -j12

download additional assets:

run

run by launching ./main

Clone this wiki locally