Skip to content

Instantly share code, notes, and snippets.

@biomood
Created January 5, 2012 21:55
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 biomood/1567539 to your computer and use it in GitHub Desktop.
Save biomood/1567539 to your computer and use it in GitHub Desktop.
Compiling a c lua library on the chumby
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