Roll src/third_party/WebKit a3b4a2e:7441784 (svn 202551:202552)
[chromium-blink-merge.git] / third_party / ots / INSTALL
blobc50bb5419bd2a1c4cafd2e5f8e2e01493656528a
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
5      provided:
7      $ ./autogen.sh
9   2. Build OTS
11      $ ./configure
12      $ make
14   3. Run the tests (if you wish)
16      $ make check
18 Building on Windows:
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.