]> git.draconx.ca Git - liblbx.git/blob - README
doc: Update moo2-data.
[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 tools themselves currently require some GNU library features, this should
12   change in the future.
13 - The lbximg tool requires libpng-1.2
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.