From e79a1e91d1eceec887fc7213831e130e918daed3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 17 Sep 2003 13:38:41 +0000 Subject: updated installer with pretty pictures; added a noncvs package for random binaries from the net svn path=/trunk/; revision=989 --- packages/darwin_pkg/README | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 packages/darwin_pkg/README (limited to 'packages/darwin_pkg/README') diff --git a/packages/darwin_pkg/README b/packages/darwin_pkg/README new file mode 100644 index 00000000..9cc60934 --- /dev/null +++ b/packages/darwin_pkg/README @@ -0,0 +1,48 @@ + +This directory is for files that are used in the creation of MacOS X +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... + + +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 ) + cvs checkout darwin-pkg + cvs checkout doc + cvs checkout externals + cd darwin-pkg + make clean && make + +You'll need to have a compiled version of Pd installed into /usr/local/bin/pd +that is the same minor version as the one you are compiling into the package +(e.g. 0.36-*, 0.37-*, etc). This is necessary for this linker flag: + +-bundle_loader /usr/local/bin/pd + + - Hans-Christoph Steiner -- cgit v1.2.1