Skip to content

Instantly share code, notes, and snippets.

@butlermh
Created December 23, 2011 13:15
Show Gist options
  • Save butlermh/1514182 to your computer and use it in GitHub Desktop.
Save butlermh/1514182 to your computer and use it in GitHub Desktop.
Snippet from LZO build script
env CFLAGS="-m64" CXXFLAGS="-m64" ./configure --enable-shared
make
make check
make test
make DESTDIR=$PWD/build install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment