-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
70 lines (45 loc) · 1.27 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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 (http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html)
free software license. Please see COPYING and LICENSE (en) or LICENCE (fr) files
for more information on the license.