diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-30 07:03:19 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-30 07:03:19 +0000 |
commit | 9cf2c9d4f466dfd9ae81bdae9aace2effbe5a5e5 (patch) | |
tree | 1db59bfe2e2c4eedca51c33c94448114ae649d0f /abstractions/README | |
parent | f7d28b65ad3287d8157c914f24e4003b8d5739b7 (diff) |
preparing for RC6, bug fixes and tweaks, things are look ing good
svn path=/trunk/; revision=4086
Diffstat (limited to 'abstractions/README')
-rw-r--r-- | abstractions/README | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/abstractions/README b/abstractions/README index 7e997cfc..1d1fed22 100644 --- a/abstractions/README +++ b/abstractions/README @@ -41,6 +41,11 @@ doc/pddp/pddp_style_guide.pd How to add your library of patches ================================== + +For the most up-to-date version of these instructions, see: + + http://puredata.org/docs/developer/build + The best way to start is to copy the complete section of an existing library, like memento. Then do a case-preserving search-and-replace, replacing "memento" with the name of your library. Editors such as emacs will make the @@ -139,17 +144,5 @@ $(objectsdir): The subdirectory name (e.g. mylibrary) should always be all lowercase. -"objects" targets - To add your objects to this build system, first make your own target and - add it to the "objects" target. For example: for the RRADical objects, - there is a target called "objects_rradical:" which does everything needed - to install the RRADical objects. This includes installing help patches - and any other documentation. - - -"applications" targets: - This target is meant for any patch that is intended to be opened up and - used, played, ran, etc. The RRADical the-showcase.pd is a good example - |