-
Notifications
You must be signed in to change notification settings - Fork 19
Build instructions
ahiddenseeker edited this page May 21, 2015
·
12 revisions
Currently, there are three ways to compile saddy on a Windows and Linux
To compile library, open libsaddy.vcproj
and compile it.
To compile demo, open solutions in examples folder and compile it.
To compile saddy, using MinGW, you need a win32api libraries. You can find them on MinGW project page.
To compile all. type make_mingw.bat
in the console
To compile library. type in console:
release.bat
or
debug.bat
for debug version.
You need GCC with installed g++ to compile saddy.
To compile library, type in terminal:
./release.sh
or
./debug.sh
for debug version of library
TODO: Update it to current version
Also, saddy has a tool for creating texture mapped fonts. See exporter folder in plugins. It uses cairo, as a backend, but works well.