This library offers an easy to use framework to open and manipulate (mostly games) data archives through an extensive plugins usage.
As such, it can't be used alone. This library should be linked to an executable which will take benefit from the library functions.
With libonsen
, you can manipulate libonsen
plugins easily through the plugin
API. This API is detailed in the doc/API document. Please read this file
thorougfully so you can create and use libonsen
plugins!
Archive plugins are plugins designed to open data archives, pretty much like *zip utilities.
$ git clone [email protected]:lenaing/libonsen.git
As a normal user :
$ cd libonsen
$ mkdir build
$ cd build
$ cmake ..
$ make
As superuser :
# make install
TODO
Etienne 'lenaing' GIRONDEL <[email protected]>
libonsen
is released under a
CeCILL-C
free software license. Please see COPYING and LICENSE (en) or LICENCE (fr) files
for more information on the license.