Added reference to helloworld project in README.md.
This commit is contained in:
parent
b43f7ad2b3
commit
84ae43edc8
1 changed files with 4 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ Makefile.pdlibbuilder at the end of the Makefile. Like so:
|
|||
include Makefile.pdlibbuilder
|
||||
|
||||
|
||||
For files in class.sources it is assumed that class basename == source file
|
||||
For files in class.sources it is assumed that class name == source file
|
||||
basename. The default target builds all classes as individual executables
|
||||
with Pd's default extension for the platform. For anything more than the
|
||||
most basic usage, read the documentation sections in Makefile.pdlibbuilder.
|
||||
|
|
@ -47,7 +47,9 @@ most basic usage, read the documentation sections in Makefile.pdlibbuilder.
|
|||
### examples ###
|
||||
|
||||
|
||||
Here is one deployment example of the Makefile.pdlibbuilder approach:
|
||||
Here are two projects using the Makefile.pdlibbuilder approach:
|
||||
|
||||
https://github.com/pure-data/helloworld
|
||||
|
||||
http://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/miXed/cyclone/Makefile.cyclone
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue