File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cd /home/vagrant
1717
1818echo ' COMPONENTS="main restricted universe multiverse"' > ~ /.pbuilderrc
1919
20- # sudo pbuilder create
20+ sudo pbuilder create
2121
2222# get and build qt
2323
@@ -30,10 +30,13 @@ cd $QTBUILD_DIR
3030
3131if [ ! -f $INSTALL_ARC ]
3232then
33- wget http://download.qt-project.org/official_releases/qt/5.1/5.1.1/single/qt-everywhere-opensource-src-5.1.1.tar.gz
34- tar -xvf $INSTALL_ARC
33+ wget http://redisdesktop.com/vagrant/qt-everywhere-opensource-src-5.1.1.tar.gz
3534fi
3635
36+ rm -fR ./qt-everywhere-opensource-src-5.1.1
37+
38+ tar -xvf $INSTALL_ARC
39+
3740cd ./qt-everywhere-opensource-src-5.1.1
3841
3942sudo ./configure -opensource -qt-libpng -qt-libjpeg -qt-xcb -qt-xkbcommon -no-kms -no-opengl -dbus-linked -openssl-linked -nomake examples -no-javascript-jit -nomake tests -v -confirm-license
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ cd /home/vagrant
1616
1717echo ' COMPONENTS="main restricted universe multiverse"' > ~ /.pbuilderrc
1818
19- sudo pbuilder create
19+ # sudo pbuilder create
2020
2121# get and build qt
2222
@@ -29,10 +29,13 @@ cd $QTBUILD_DIR
2929
3030if [ ! -f $INSTALL_ARC ]
3131then
32- wget http://download.qt-project.org/official_releases/qt/5.1/5.1.1/single/qt-everywhere-opensource-src-5.1.1.tar.gz
33- tar -xvf $INSTALL_ARC
32+ wget http://redisdesktop.com/vagrant/qt-everywhere-opensource-src-5.1.1.tar.gz
3433fi
3534
35+ rm -fR ./qt-everywhere-opensource-src-5.1.1
36+
37+ tar -xvf $INSTALL_ARC
38+
3639cd ./qt-everywhere-opensource-src-5.1.1
3740
3841sudo ./configure -opensource -qt-libpng -qt-libjpeg -qt-xcb -qt-xkbcommon -no-kms -no-opengl -dbus-linked -openssl-linked -nomake examples -no-javascript-jit -nomake tests -confirm-license
You can’t perform that action at this time.
0 commit comments