Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 545 Bytes

elementary Wallpapers

Translation status

Wallpapers for elementary OS

Building, Testing, and Installation

You'll need the following dependencies:

  • exif
  • meson

Run meson build to configure the build environment. Change to the build directory and run ninja test to build and run automated tests

meson build --prefix=/usr
cd build
ninja test

To install, use ninja install

ninja install