add package script and install howto

This commit is contained in:
Manuel Dewald
2019-01-31 09:00:06 +01:00
parent ac307135ce
commit 50e48664e1
3 changed files with 72 additions and 0 deletions

40
INSTALL.md Normal file
View File

@@ -0,0 +1,40 @@
# Installing slide
## Install dependencies
This project depends on the following dynamically linked libraries:
* qt5
* libexif
### OSX
```
brew install qt libexif
```
### Raspbian Stretch
```
brew install qt5 libexif12
```
## Extract binaries
```
tar xf slide_<arch>_<version>.tar.gz
```
## Move binary to executable folder
### OSX
```
mv slide_<version>/slide.app/Contents/MacOS/slide /usr/bin/
```
### Linux
```
mv slide_<version>/slide /usr/bin/
```