1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2024-10-06 02:50:50 +01:00

Add Debian build dependencies

Debian Jessie has slightly different package names than Ubuntu.
This commit is contained in:
Boris Egorov 2014-07-30 10:40:29 +07:00
parent c2fca955c4
commit 7e4d1903ec

View File

@ -19,6 +19,9 @@ First of all we need to retrieve the dependencies.
###Ubuntu 14.04
sudo apt-get install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qtdeclarative5-controls-plugin qtdeclarative5-qtquick2-plugin libqt5qml-graphicaleffects qtdeclarative5-dialogs-plugin qtdeclarative5-localstorage-plugin qtdeclarative5-window-plugin
###Debian Jessie
sudo apt-get install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtgraphicaleffects qml-module-qtquick-dialogs qml-module-qtquick-localstorage qml-module-qtquick-window2
###Arch Linux
sudo pacman -S qt5-base qt5-declarative qt5-quickcontrols qt5-graphicaleffects