Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/plymouth-kcm
KCM to manage the Plymouth (Boot) theme
https://github.com/kde/plymouth-kcm
Last synced: 4 days ago
JSON representation
KCM to manage the Plymouth (Boot) theme
- Host: GitHub
- URL: https://github.com/kde/plymouth-kcm
- Owner: KDE
- Created: 2016-12-22T18:21:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T03:12:24.000Z (about 2 months ago)
- Last Synced: 2024-09-19T00:26:29.298Z (about 2 months ago)
- Language: C++
- Homepage: https://invent.kde.org/plasma/plymouth-kcm
- Size: 930 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSES/BSD-2-Clause.txt
Awesome Lists containing this project
README
to build:
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`
make install