Added reference to helloworld project in README.md.

This commit is contained in:
katja 2015-07-06 23:30:28 +02:00
parent b43f7ad2b3
commit 84ae43edc8

View file

@ -38,7 +38,7 @@ Makefile.pdlibbuilder at the end of the Makefile. Like so:
include Makefile.pdlibbuilder 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 basename. The default target builds all classes as individual executables
with Pd's default extension for the platform. For anything more than the with Pd's default extension for the platform. For anything more than the
most basic usage, read the documentation sections in Makefile.pdlibbuilder. 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 ### ### 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 http://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/miXed/cyclone/Makefile.cyclone