Update README.md

Solve the problem of cmake error
Because of the lack of a library, on the debain system
pull/2/head
E.V.Acacia 4 years ago committed by GitHub
parent 76f740facd
commit e8157cf295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ A terminal emulator for Cutefish.
## Dependencies
```sh
sudo apt install extra-cmake-modules qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev
sudo apt install extra-cmake-modules qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev
```
## Build and install
@ -23,4 +23,4 @@ make install
## License
This project has been licensed by GPLv3.
This project has been licensed by GPLv3.

Loading…
Cancel
Save