Skip to content

Lafydev/Animage

Repository files navigation

Animage

Description:

Let your photos inspire your daily work.
You can create a slideshow with your desktop theme or your personal photos
  • Modify your timer
  • upload a new directory
  • Pin the widget to the desktop or keep it above all other windows

Photo (Yoga) by Jeremy Bishop on Unsplash...

Get it on AppCenter

Build and install

Download the last release (zip) et extract files

Dependencies

These dependencies are needed for building :
sudo apt-get install exiv2 
( added for meta informations)
sudo apt-get install gcc valac gtk+-3.0 meson 

Build with meson/Construction:

Open a Terminal in the extracted folder, build your application with meson and install it with ninja:
meson build --prefix=/usr
cd build
ninja
sudo ninja install

Uninstall (need the extracted files)

In the previous folder ( /build) run the command :

sudo ninja uninstall