You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
omame 7dc3e40e09
Merge branch 'master' of server.omame.tech:CyberOS/meuikit
2 years ago
src Merge branch 'master' of server.omame.tech:CyberOS/meuikit 2 years ago
.gitignore Init 3 years ago
CMakeLists.txt Add window shadows 2 years ago
LICENSE GPLv3+ license added (#11) 2 years ago
MeuiKitConfig.cmake.in Support Dark Theme 3 years ago
README.md new maximize button in light&dark mode, changed build instructions 2 years ago

README.md

MeuiKit

Build

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