Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.01 KB

README.md

File metadata and controls

64 lines (39 loc) · 1.01 KB

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 free software license. Please see COPYING and LICENSE (en) or LICENCE (fr) files for more information on the license.