Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 719 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 719 Bytes

Dock Build Status

Dependencies

On Arch Linux:

sudo pacman -S gcc cmake qt5-base qt5-quickcontrols2 kwindowsystem kwayland

On FreeBSD:

sudo pkg install -y curl zip pkgconf cmake qt5-qmake qt5-buildtools qt5-quickcontrols2 kf5-kwindowsystem kf5-kwayland

Build and Install

mkdir build
cd build
cmake ..
make
sudo make install

Acknowledgments

Dock is based on https://github.com/cutefishos/dock by rekols.

License

This project has been licensed by GPLv3.