]> git.draconx.ca Git - liblbx.git/blob - README
Trivial manual fixes.
[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 experimental, and until most things are
6 working well, the interfaces are subject changes on a whim.  Therefore,
7 it is probably not a good idea for it to be used in external programs,
8 yet.
9
10 Requirements:
11 - A C99 compiler.
12 - The lbximg tool requires libpng-1.2 or later.
13 - The lbxgui tool requires GTK+-2.16 or later.
14
15 The configure script will attempt to autodetect the presence of the above; if
16 it fails to work for some reason, paths can be specified manually.
17
18 Currently, the library makes some assertions about the format of input files;
19 it will print error messages to stderr if they fail.  This is intended to help
20 find exceptions to the current format specs.  Pass --disable-assert to
21 configure if you do not wish for these messages to be printed.  Eventually,
22 when format specs are believed to be correct, these will be removed.