Created
January 5, 2012 21:55
-
-
Save biomood/1567539 to your computer and use it in GitHub Desktop.
Compiling a c lua library on the chumby
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
gcc -Wall -shared -I/mnt/storag | |
e/Lua/include/ -L/mnt/storage/Lua/lib/ -llua -lm -ldl -o screen.so screen.c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment