Merge 383059c222e409002af8a4d17c9893e43c09bd76 into e48719fa44e5307df71dbd0fad234f8a6a53f863

This commit is contained in:
Bernardo Sulzbach 2017-03-10 16:03:06 +00:00 committed by GitHub
commit 354890bbc8
2 changed files with 14 additions and 0 deletions

View File

@ -53,7 +53,12 @@ Make sure to install these first.
**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
Alternatively (from the cool-retro-term directory)
sudo bash ubuntu-make.sh
Do note that using shell script abovementioned also compiles the program.
---
**Ubuntu 16.10**

9
ubuntu-make.sh Normal file
View File

@ -0,0 +1,9 @@
# This is a simple shell script for installing the dependencies and compiling
# the source under Ubuntu 14.04.
# Note that it may also work with other versions of Ubuntu.
apt-get update
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
qmake && make