You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
settings/README.md

25 lines
330 B
Markdown

5 years ago
# Settings
The System Settings application for Cutefish Desktop.
## Dependencies
```shell
sudo pacman -S extra-cmake-modules qt5-base qt5-quickcontrols2 freetype2 fontconfig networkmanager-qt modemmanager-qt kcoreaddons
```
## Build
```shell
mkdir build
cd build
cmake ..
make
```
## Install
```shell
sudo make install
```