Created
March 29, 2016 15:18
-
-
Save trmwzm/5ed32f38be63071caa00 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svn update --depth infinity | |
export QMAKE=qmake-qt4 | |
export MOC=moc-qt4 | |
export UIC=uic-qt4 | |
export LDFLAGS="$LDFLAGS -lz" | |
export GUILE_CFLAGS="`pkg-config --static --cflags guile-1.8`" | |
export GUILE_LDFLAGS="`pkg-config --static --libs guile-1.8`" | |
export GUILE_DATA_PATH="`pkg-config --variable=datadir guile-1.8`" | |
export GUILE_VERSION="`pkg-config --modversion guile-1.8`" | |
./configure --prefix=/home/trm/usr | |
make -j 6 | |
make install | |
make clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment