• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D24-Aug-2021389 2112

main.cppH A D24-Aug-20219.6 KiB292194

README.md

1This project is dependent on DART. Please make sure a proper version of DART is
2installed before building this project.
3
4## Build Instructions
5
6From this directory:
7
8    $ mkdir build
9    $ cd build
10    $ cmake ..
11    $ make
12
13## Execute Instructions
14
15Launch the executable from the build directory above:
16
17    $ ./{generated_executable}
18
19Follow the instructions detailed in the console.
20
21