blob: 48408bf6a3d46a17afc75f31bbb9d9e20925d487 [file] [log] [blame]
yusukes@chromium.orgd257d182009-11-04 04:56:32 +00001How to build (on Linux):
2
3 $ cd ots/test/
4 $ sudo apt-get install scons g++ libfreetype6-dev
5 $ scons
bashi@chromium.org54651a62011-02-18 09:05:42 +00006
7How to build (on Windows) (experimental):
8
9 1. Download zlib compiled DLL from http://www.zlib.net/ and install them
10 following the instruction described in the document.
11
12 2. Install gyp (Generate Your Projects) from http://code.google.com/p/gyp/.
13 You will need a subversion client to install gyp.
14 See http://code.google.com/p/gyp/source/checkout to install gyp.
15
16 3. Generate MSVS project file.
17
18 $ gyp --depth=. -f msvs ots-standalone.gyp
19
20 4. Open the generated project file (ots-standalone.sln) and build it.
21 Make sure that zlib.h and zconf.h are located in a directory found in
22 the INCLUDE path list.
23
24 5. Test binary (only idempotent.exe for now) will be located in Default/
25 directory.