Skip to content
ahiddenseeker edited this page May 21, 2015 · 12 revisions

Introduction

Currently, there are three ways to compile saddy on a Windows and Linux

Windows

MSVC

To compile library, open libsaddy.vcproj and compile it. To compile demo, open solutions in examples folder and compile it.

MinGW

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.

Linux

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

Saddy-Freetype

TODO: Update it to current version

Saddy-Irrklang

Other tools

Other

Also, saddy has a tool for creating texture mapped fonts. See exporter folder in plugins. It uses cairo, as a backend, but works well.

Clone this wiki locally