-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
64 lines (39 loc) · 1 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
snowmonkey
==========
Intro
-----
This software is an usage example of the `libonsen` library.
Features
--------
### Plugins
### Archive files
#### List archive content
#### Extract archive content
Install
--------
### From sources
#### Getting the sources
You _must_ have libonsen library and it's header files installed in order to
build snowmonkey. Please refer to the libonsen documentation on how to build
and install the library and it's header files.
##### Git
$ git clone [email protected]:lenaing/snowmonkey.git
#### Compile
As a normal user :
$ cd snowmonkey
$ mkdir build
$ cd build
$ cmake ..
$ make
#### Install
As superuser :
# make install
Bug reports to
--------------
Etienne 'lenaing' GIRONDEL <[email protected]>
Copyright
---------
`snowmonkey` is released under a
CeCILL (http://www.cecill.info/licences/Licence_CeCILL_V2-en.html)
free software license. Please see COPYING and LICENSE (en) or LICENCE (fr) files
for more information on the license.