https://github.com/rinigus/pkg-valhalla
RPM packaging of Valhalla for Sailfish
https://github.com/rinigus/pkg-valhalla
rpm-packages sailfishos
Last synced: 4 months ago
JSON representation
RPM packaging of Valhalla for Sailfish
- Host: GitHub
- URL: https://github.com/rinigus/pkg-valhalla
- Owner: rinigus
- License: mit
- Created: 2017-05-20T12:30:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T12:33:14.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T19:49:59.567Z (over 1 year ago)
- Topics: rpm-packages, sailfishos
- Homepage:
- Size: 9.77 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
RPM packaging of valhalla for Sailfish
Packages are made from the current github sources. Since SFOS provides
boost-1.51, the upstream requirements have been relaxed in Sailfish
branch at https://github.com/rinigus/valhalla/tree/sailfish . The
corresponding pull request is under review upstream (as of May 21,
2017).
# Download
```
git clone https://github.com/rinigus/valhalla.git
cd valhalla
git checkout sailfish
git submodule update --init --recursive
```
# 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
```