Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.28 KB

README.md

File metadata and controls

70 lines (45 loc) · 1.28 KB

libonsen

Intro

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.

Features

Plugin API

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

Archive plugins are plugins designed to open data archives, pretty much like *zip utilities.

Install

From sources

Getting the sources

Git
$ git clone [email protected]:lenaing/libonsen.git

Compile

As a normal user :

$ cd libonsen
$ mkdir build
$ cd build
$ cmake ..
$ make

Install

As superuser :

# make install

Homepage

TODO

Bug reports to

Etienne 'lenaing' GIRONDEL <[email protected]>

Copyright

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.