Skip to content

Instantly share code, notes, and snippets.

@josefnpat
Created September 20, 2012 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josefnpat/3758982 to your computer and use it in GitHub Desktop.
Save josefnpat/3758982 to your computer and use it in GitHub Desktop.
Ubuntu 10.04 Build Script for love 0.8.0
#!/bin/sh
hg clone https://bitbucket.org/rude/love && cd love
hg update 0.8.0
./platform/unix/automagic
CXXFLAGS="-DLOVE_OLD_MODPLUG"
./configure
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment