| How to build (using scons, on Linux): |
| $ sudo apt-get install scons g++ libfreetype6-dev |
| How to build (using gyp): |
| (Note: test programs which require gtest can't build with gyp for now) |
| 1. If you are building OTS on Windows, download zlib from |
| http://www.zlib.net/ and put them in appropriate folder. |
| This will fetch gyp and generate build files. By default, following |
| - MSVS solution file on Windows |
| - Xcode project file on Mac |
| If you want to generate Makefile on Mac, you can use -f option: |
| Open ots-standalone.sln and build targets. |
| $ xcodebuild -target ots-standalone.xcodeproj -target all |