https://github.com/aarnt/alpm_octopi_utils
Alpm utils for Octopi
https://github.com/aarnt/alpm_octopi_utils
alpm lib octopi vala
Last synced: 14 days ago
JSON representation
Alpm utils for Octopi
- Host: GitHub
- URL: https://github.com/aarnt/alpm_octopi_utils
- Owner: aarnt
- Created: 2016-08-31T21:06:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T13:53:55.000Z (7 months ago)
- Last Synced: 2025-02-15T20:54:18.364Z (2 months ago)
- Topics: alpm, lib, octopi, vala
- Language: Vala
- Homepage:
- Size: 48.8 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
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
```