add package script and install howto
This commit is contained in:
40
INSTALL.md
Normal file
40
INSTALL.md
Normal 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/
|
||||
```
|
||||
Reference in New Issue
Block a user