Starbound source code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 lines
439 B

#!/bin/sh
sudo apt-get install libssl-dev libicu-dev bison gperf build-essential
cd $HOME/Qt/5.3/Src
./configure -openssl-linked -qt-pcre -qt-zlib -qt-libpng -no-mtdev -no-iconv -no-cups -fontconfig -no-nis -no-evdev -no-eglfs -dbus-linked -no-separate-debug-info -qt-xcb -opensource -confirm-license -no-xrandr -no-xinerama -no-xcursor -no-xfixes -qt-libjpeg -qt-freetype -prefix $PWD/qtbase -nomake examples -nomake tests
make install