aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 43a61e4e1bc55801758f79d140f7ada53f4dcf38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Dependencies
============

For Ubuntu 12.04:

    sudo apt-get install build-essential cmake libncurses5-dev

TODO: release the Dockerfile which has this in it

TODO: Arch instructions

TODO: OSX instructions


Building
========

To generate the `Makefile`s:

    make cmake

To build and run the tests:

    make test