CutefishOS GUI library, based on Qt Quick.
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.
 
 
 
Go to file
cutefishd 9e716c76d6 Update text color 5 years ago
debian Update text color 5 years ago
src Update text color 5 years ago
.gitignore Init 5 years ago
CMakeLists.txt Init 5 years ago
LICENSE Init 5 years ago
MeuiKitConfig.cmake.in Init 5 years ago
README.md Add guidance about package dependencies 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