Created
December 23, 2011 13:15
-
-
Save butlermh/1514182 to your computer and use it in GitHub Desktop.
Snippet from LZO build script
This file contains hidden or 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
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