aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-03-09 01:39:57 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-03-09 01:39:57 +0000
commit65948e403329b6d8bd6027e38dd243b1baa096eb (patch)
treebc650ea6e5de3c95600a04ea86df00f21fcc2ca9
parent1783372f8a9b99d451b8f3c8b743eb7adf5c2b05 (diff)
minor update to dir structure
svn path=/trunk/; revision=1392
-rw-r--r--packages/darwin_pkg/README56
1 files changed, 28 insertions, 28 deletions
diff --git a/packages/darwin_pkg/README b/packages/darwin_pkg/README
index b88c7928..c5c3e94e 100644
--- a/packages/darwin_pkg/README
+++ b/packages/darwin_pkg/README
@@ -4,40 +4,40 @@ installer .pkgs and .dmgs. In order to use this to compile Pd and externals,
you need to have sudo/admin access and this directory structure:
+-|
- +-abstractions
- |
- +-darwin-pkg
- |
- +-doc-|
- | +-additional
- | +-pddp
- | +-tutorials
- |
- +-externals-|
- | +-...
- | +-ext13
- | +-ggee
- | +-maxlib
- | +-unauthorized
- | +-zexy
- | +-...
- |
- +-pd-|
- +-src
- +-doc
- +-etc...
-
-
+ +-abstractions
+ |
+ +-packages-|
+ | +-darwin_pkg
+ |
+ +-doc-|
+ | +-additional
+ | +-pddp
+ | +-tutorials
+ |
+ +-externals-|
+ | +-...
+ | +-ext13
+ | +-ggee
+ | +-maxlib
+ | +-unauthorized
+ | +-zexy
+ | +-...
+ |
+ +-pd-|
+ +-src
+ +-doc
+ +-etc...
+
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
+ tar xzf pd-0.37-1.tar.gz (or cvs checkout -r devel_0_37 pd )
+ ln -s pd-0.37-1 pd
+ cvs checkout packages
cvs checkout doc
cvs checkout externals
- cd darwin-pkg
+ cd packages/darwin-pkg
make clean && make
You'll need to have a compiled version of Pd installed into /usr/local/bin/pd