summaryrefslogtreecommitdiffstats
path: root/third_party/ots/INSTALL
blob: 4276b81b61fcdf7fb0479b19fb0a4f7e4dc804ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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