aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_pkg/README
diff options
context:
space:
mode:
Diffstat (limited to 'packages/darwin_pkg/README')
-rw-r--r--packages/darwin_pkg/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/darwin_pkg/README b/packages/darwin_pkg/README
index 9cc60934..b88c7928 100644
--- a/packages/darwin_pkg/README
+++ b/packages/darwin_pkg/README
@@ -33,6 +33,7 @@ The recommended way to do this is:
mkdir pure-data && cd pure-data
setenv CVSROOT :pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data
tar xzf pd-0.37.tar.gz (or cvs checkout -r devel_0_37 pd )
+ ln -s pd-0.37.0 pd
cvs checkout darwin-pkg
cvs checkout doc
cvs checkout externals
@@ -45,4 +46,7 @@ that is the same minor version as the one you are compiling into the package
-bundle_loader /usr/local/bin/pd
+This should probably be changed to be a relative path so that you can use the
+pd version that you are compiling to link with.
+
- Hans-Christoph Steiner <hans@eds.org>