]> git.draconx.ca Git - liblbx.git/blob - README
lbxgui: Make transparent pixels more obvious.
[liblbx.git] / README
1 2ooM: The Master of Orion Reverse Engineering Project
2
3 liblbx - library and tools for handling Moo2 data files.
4
5 IMPORTANT NOTE: The library is under heavy development, and the API may be
6 subject to frequent changes.  Probably not a good idea for it to be used in
7 external programs, yet.
8
9 Requirements:
10 - A C99 compiler.
11 - The lbximg tool requires libpng-1.2 or later.
12 - The lbxgui tool requires GTK+-2.16 or later.
13
14 The configure script will attempt to autodetect the presence of the above; if
15 it fails to work for some reason, paths can be specified manually.
16
17 Currently, the library makes some assertions about the format of input files;
18 it will print error messages to stderr if they fail.  This is intended to help
19 find exceptions to the current format specs.  Pass --disable-assert to
20 configure if you do not wish for these messages to be printed.  Eventually,
21 when format specs are believed to be correct, these will be removed.