Skip to content

hawaii-desktop/hawaii-plymouth-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hawaii theme for Plymouth

IRC Network GitHub release GitHub issues Build Status

This repository contains the Hawaii theme for Plymouth.

Dependencies

In order to install this theme you need:

Installation

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.

Now type:

make install

from the build directory.