Commit 3121a3f5 by devttys0

Merge pull request #69 from LocutusOfBorg/patch-1

Remove libqt4-opengl from dependencies
parents 27312e38 142be9fa
...@@ -68,7 +68,7 @@ function debian ...@@ -68,7 +68,7 @@ function debian
# lha isn't in newer ubuntu repos, so install it separately in case it fails # lha isn't in newer ubuntu repos, so install it separately in case it fails
$SUDO apt-get -y install lha $SUDO apt-get -y install lha
$SUDO apt-get -y install git build-essential libtool autoconf mtd-utils zlib1g-dev liblzma-dev ncompress gzip bzip2 tar arj p7zip p7zip-full openjdk-6-jdk $SUDO apt-get -y install git build-essential libtool autoconf mtd-utils zlib1g-dev liblzma-dev ncompress gzip bzip2 tar arj p7zip p7zip-full openjdk-6-jdk
$SUDO apt-get -y install libqt4-opengl python-opengl python-qt4 python-qt4-gl python-numpy python-scipy $SUDO apt-get -y install python-opengl python-qt4 python-qt4-gl python-numpy python-scipy
if [ "$(which python3)" != "" ] if [ "$(which python3)" != "" ]
then then
$SUDO apt-get -y install python3-pyqt4 python3-numpy python3-scipy $SUDO apt-get -y install python3-pyqt4 python3-numpy python3-scipy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment