Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 344 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 344 Bytes

This is derived work from alpm_utils code, written by Guillaume Benoit.

You'll need Vala compiler in order to build this library!

Steps for compilation:

$ git clone https://github.com/aarnt/alpm_octopi_utils
$ cd alpm_octopi_utils
$ mkdir build_dir && cd build_dir
$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
$ make
# make install