blob: 4276b81b61fcdf7fb0479b19fb0a4f7e4dc804ab [file] [log] [blame]
How to build:
1. If you are building from cloned Git repository, make sure to update the
submodules as well:
$ git submodule init
$ git submodule update
Then run autoreconf
$ autoreconf -if
2. Build OTS
$ ./configure
$ make
3. Run the tests (if you wish)
$ make check