Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemanufrij/showmypictures
An elementary OS app
https://github.com/artemanufrij/showmypictures
image linux manager photos pictures vala viewer
Last synced: 27 days ago
JSON representation
An elementary OS app
- Host: GitHub
- URL: https://github.com/artemanufrij/showmypictures
- Owner: artemanufrij
- Created: 2017-12-31T23:45:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T10:51:32.000Z (over 4 years ago)
- Last Synced: 2024-11-15T02:34:28.850Z (29 days ago)
- Topics: image, linux, manager, photos, pictures, vala, viewer
- Language: Vala
- Homepage: https://artemanufrij.github.io
- Size: 24.1 MB
- Stars: 13
- Watchers: 2
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-elementaryos - Memories - An image viewer for managing local image files [:white_check_mark:](https://appcenter.elementary.io/com.github.artemanufrij.showmypictures) (Applications / Graphics)
README
[![Build Status](https://travis-ci.org/artemanufrij/showmypictures.svg?branch=master)](https://travis-ci.org/artemanufrij/showmypictures)
### Donate
PayPal | LiberaPay | Patreon
## Install from Github.
As first you need elementary SDK
```
sudo apt install elementary-sdk
```Install dependencies
```
sudo apt install libsqlite3-dev libgexiv2-dev libraw-dev webkit2gtk-4.0
```Clone repository and change directory
```
git clone https://github.com/artemanufrij/showmypictures.git
cd showmypictures
```Create **build** folder, compile and start application
```
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
```Install and start _Show My Pictures_ on your system
```
sudo make install
com.github.artemanufrij.showmypictures
```