Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rinigus/pkg-valhalla-lite
RPM packaging of Valhalla C++ API for Sailfish
https://github.com/rinigus/pkg-valhalla-lite
Last synced: 13 days ago
JSON representation
RPM packaging of Valhalla C++ API for Sailfish
- Host: GitHub
- URL: https://github.com/rinigus/pkg-valhalla-lite
- Owner: rinigus
- License: mit
- Created: 2018-07-10T06:49:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T18:33:14.000Z (7 months ago)
- Last Synced: 2024-11-10T09:45:21.992Z (about 2 months ago)
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pkg-valhalla-lite
RPM packaging of Valhalla C++ API for Sailfish. This version packages
Valhalla as a library that is usable via `actor_t` C++ API.# Build and install
```
export SFARCH=armv7hl
mb2 -t SailfishOS-$SFARCH -s ../rpm/valhalla.spec build
sb2 -t SailfishOS-$SFARCH -m sdk-install -R rpm -i /valhalla*$SFARCH.rpm
```