Skip to content

Commit

Permalink
Add build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hellige committed Jun 7, 2019
1 parent ffef475 commit 3ac8a4e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ without someone talking along with it.
[1]: http://github.com/hellige/ccs
[2]: http://hellige.github.io/ccs


Building
--------

CCS is built with CMake. You can set the usual options to control your
compiler, build type, etc., but the crash course is:

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

You can run unit tests with pretty output using:

$ make unittest

CMake can install everything for you, but in any case the client-facing
headers are in the `api` directory.


Syntax quick reference
----------------------

Expand Down

0 comments on commit 3ac8a4e

Please sign in to comment.