Created
December 10, 2009 23:41
-
-
Save ptrv/253821 to your computer and use it in GitHub Desktop.
compiling pd external
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
> 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