File: README.md

package info (click to toggle)
dart 6.13.2%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 56,948 kB
  • sloc: cpp: 274,310; python: 3,973; xml: 1,272; sh: 404; makefile: 31
file content (20 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (93)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This project is dependent on DART. Please make sure a proper version of DART is 
installed before building this project.

## Build Instructions

From this directory:

    $ mkdir build
    $ cd build
    $ cmake ..
    $ make

## Execute Instructions

Launch the executable from the build directory above:

    $ ./{generated_executable}

Follow the instructions detailed in the console.