forked from acaudwell/Logstalgia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
50 lines (33 loc) · 1.14 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
This file is to help you configure, build and install Logstalgia for your system.
Contents
========
1. Dependencies
2. Building
3. Configure Options
1. Dependencies
===============
Logstalgia requires the following libraries to compile:
SDL 1.2 (libsdl1.2-dev)
SDL Image 1.2 (libsdl-image1.2-dev)
PCRE3 (libpcre3-dev)
FTGL 2.1.3~rc5-2 (libftgl-dev)
PNG library (libpng12-dev)
JPEG library (libjpeg62-dev)
2. Building
===========
Building on Linux/Mac OS:
./configure
make
make install
If you got the source directly from the Logstalgia.git repository, you will first need to run:
autoreconf -f -i
To generate the configure script.
Building on Windows:
On Windows I recommend compiling the project file logstalgia.win32.cbp
for the Code Blocks IDE (www.codeblocks.org).
A pre-built version for Windows is normally available from the homepage.
3. Configure Options
====================
By default Logstalgia will install some GNU FreeFont TTF Fonts on your system. If you already have
these fonts installed, you can configure Logstalgia to use these instead:
./configure --enable-ttf-font-dir=/path/to/freefont/