Skip to content

Instantly share code, notes, and snippets.

@biomood
Created October 2, 2011 19:44
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/1257840 to your computer and use it in GitHub Desktop.
Save biomood/1257840 to your computer and use it in GitHub Desktop.
Compiling C functions to be called from lua
gcc -Wall -shared -I/usr/local/include/ -L/usr/local/lib/ -llua -o serial.so serial.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment