Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Memories




An image viewer for managing local image files


Designed for elementary OS


[![Build Status](https://travis-ci.org/artemanufrij/showmypictures.svg?branch=master)](https://travis-ci.org/artemanufrij/showmypictures)

### Donate
PayPal | LiberaPay | Patreon



Get it on AppCenter





## 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
```