From 3fc18d3db73f03ed7a19df5368b5d68deef65fca Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 13 Feb 2006 06:10:07 +0000 Subject: built Pd-0.38.4-extendedRC8 and deleted the ancient darwin_pkg section svn path=/trunk/; revision=4585 --- packages/darwin_pkg/README | 52 ---------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 packages/darwin_pkg/README (limited to 'packages/darwin_pkg/README') diff --git a/packages/darwin_pkg/README b/packages/darwin_pkg/README deleted file mode 100644 index c5c3e94e..00000000 --- a/packages/darwin_pkg/README +++ /dev/null @@ -1,52 +0,0 @@ - -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 - | - +-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-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 packages/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 - -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 -- cgit v1.2.1