dock/README.md

26 lines
434 B
Markdown
Raw Permalink Normal View History

2021-03-15 20:17:11 -07:00
# Dock
CutefishOS application dock.
## Dependencies
```shell
sudo pacman -S gcc cmake qt5-base qt5-quickcontrols2 kwindowsystem
```
2021-04-09 07:38:15 -07:00
You also need [`fishui`](https://github.com/cutefishos/fishui) and [`libcutefish`](https://github.com/cutefishos/libcutefish).
2021-03-15 20:17:11 -07:00
## Build and Install
```
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
2021-03-15 20:17:11 -07:00
make
sudo make install
```
## License
This project has been licensed by GPLv3.