Skip to content

Instantly share code, notes, and snippets.

@ptrv
Created December 10, 2009 23:41
Show Gist options
  • Save ptrv/253821 to your computer and use it in GitHub Desktop.
Save ptrv/253821 to your computer and use it in GitHub Desktop.
compiling pd external
> gcc -c helloworld.c -o helloworld.o
> ld -export_dynamic -shared -o helloworld.pd_linux helloworld.o -lc -lm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment