Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aarnt/alpm_octopi_utils

Alpm utils for Octopi
https://github.com/aarnt/alpm_octopi_utils

alpm lib octopi vala

Last synced: about 1 month ago
JSON representation

Alpm utils for Octopi

Awesome Lists containing this project

README

        

## 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
```