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 a1319b7d40 Add new IconItem 5 years ago
debian Rename to FishUI 5 years ago
src Add new IconItem 5 years ago
.gitignore Init 5 years ago
CMakeLists.txt Rename to FishUI 5 years ago
FishUIConfig.cmake.in Rename to FishUI 5 years ago
LICENSE Init 5 years ago
README.md Rename to FishUI 5 years ago

README.md

FishUI

sudo apt install libqt5x11extras5-dev libkf5windowsystem-dev -y

Build

Before build, make sure you have necessary Qt environment.

cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
sudo make install