-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathINSTALL
More file actions
48 lines (30 loc) · 915 Bytes
/
INSTALL
File metadata and controls
48 lines (30 loc) · 915 Bytes
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
PACK MY SPRITES -- INSTALLATION NOTES
== Dependencies ==
In order to compile Pack My Sprite you will need the following
libraries and tools:
- Claw >= 1.7.0
http://libclaw.sourceforge.net/
- Boost >= 1.42
http://www.boost.org/
- CMake >= 2.8
http://www.cmake.org/
- docbook-to-man >= 2.0.0
http://www.oasis-open.org/docbook/tools/dtm/
You will also need a c++ compiler.
== Compiling ==
From the root directory, type
cmake . -DCMAKE_BUILD_TYPE=release
make
== Installing ==
From the root directory, type as root
make install
== Options ==
You can customize your installation by passing the following options
to cmake:
CMAKE_INSTALL_PREFIX=<dir>
Directory in which the files will be installed (default is /usr/local)
CMAKE_BUILD_TYPE={debug|release}
Activates or deactivates code debugging.
where :
{a|b} means either 'a' or 'b'
<dir> is a path to a directory.