1 General build instructions:
3 1. If you are building from cloned Git repository, you will need to update
4 the git sub modules, as well as run autoreconf. A convenience script is
14 3. Run the tests (if you wish)
20 1. A POSIX-compatible environment is required to build OTS, MSYS2 is
21 recommended. Follow the installation instructions on
22 https://msys2.github.io/.
24 2. Install the required packages:
26 $ pacman -S autoconf automake pkg-config gcc make zlib-devel
28 3. Follow the general build instructions above.