hawaii-desktop / hawaii-wallpapers

:art: Wallpapers for Hawaii desktop environment
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Wallpapers

IRC Network GitHub release GitHub issues Build Status

Wallpapers for the Hawaii desktop environment.

Dependencies

No build dependency for this module.

Build

Building this module is a piece of cake.

Assuming you are in the source directory, just create a build directory and run cmake:

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/opt/hawaii ..

If not passed, the CMAKE_INSTALL_PREFIX parameter defaults to /usr/local. You have to specify a path that fits your needs, /opt/hawaii is just an example.

Package maintainers would pass -DCMAKE_INSTALL_PREFIX=/usr.

Installation

It's really easy, it's just a matter of typing:

make install

from the build directory.