Skip to content

Instantly share code, notes, and snippets.

@trmwzm
Created March 29, 2016 15:18
Show Gist options
  • Save trmwzm/5ed32f38be63071caa00 to your computer and use it in GitHub Desktop.
Save trmwzm/5ed32f38be63071caa00 to your computer and use it in GitHub Desktop.
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