Simplify dependency installation

pull/16/head
SIGSEGV 3 years ago committed by GitHub
parent cff85bd8da
commit f1691d62e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,12 @@ A terminal emulator for Cutefish.
[qmltermwidget](https://github.com/Swordfish90/qmltermwidget). [qmltermwidget](https://github.com/Swordfish90/qmltermwidget).
## Dependencies ## Dependencies
Install dependencies
```sh
cd terminal
sudo apt build-dep .
```
Or alternatively
```sh ```sh
sudo apt install extra-cmake-modules qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev sudo apt install extra-cmake-modules qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev

Loading…
Cancel
Save