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.
fishui/README.md

11 lines
216 B
Markdown

5 years ago
# MeuiKit
## Build
Before build, make sure you have necessary Qt environment.
5 years ago
```
sudo apt install libqt5x11extras5-dev libkf5windowsystem-dev -y
5 years ago
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
sudo make install
```