1 How to build (using gyp):
3 (Note: test programs which require gtest can't build with gyp for now)
5 1. If you are building OTS on Windows, download both the source
6 code and compiled driver for zlib from http://www.zlib.net/
7 and put them in third_party/zlib.
9 2. If you are building from cloned Git repository, make sure to update the
13 $ git submodule update
19 This will fetch gyp and generate build files. By default, following
20 files will be generated:
21 - MSVS solution file on Windows
22 - Xcode project file on Mac
25 If you want to generate Makefile on Mac, you can use -f option:
27 $ python gyp_ots -f make
32 Open ots-standalone.sln and build the solution.
35 $ xcodebuild -target ots-standalone.xcodeproj -target all