mirror of https://github.com/cutefishos/fishui
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.
|
|
5 years ago | |
|---|---|---|
| debian | 5 years ago | |
| src | 5 years ago | |
| .gitignore | 5 years ago | |
| CMakeLists.txt | 5 years ago | |
| LICENSE | 5 years ago | |
| MeuiKitConfig.cmake.in | 5 years ago | |
| README.md | 5 years ago | |
README.md
MeuiKit
Build
Before build, make sure you have necessary Qt environment.
sudo apt install libqt5x11extras5-dev libkf5windowsystem-dev -y
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
sudo make install