Commit 679c3432 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

add 'building' section to readme

parent 9d6edea4
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -12,6 +12,19 @@ Documentation

You can find the full documentation at https://signaltk.org/


Building
--------

To build signaltk, you need an up-to-date C++ compiler, cmake and libcairo. Run:

    $ cmake .
    $ make

To run the test suite, run `make check`:

    $ make check

License
-------