aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/README
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-07-25 20:57:37 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-07-25 20:57:37 +0000
commit87732ce8d42a322143d604607b5e6660719ae672 (patch)
tree02981f34a68f2ecac2b3bd78ccb0e897f26f041a /packages/darwin_app/README
parent2b5318216ea6804a84920979fd77f759e35889fd (diff)
- updated build system for Pd-0.38.4-extended-RC2
- got optional Jack linking working using "weak" linking - updated Pd version grabbing regexps and added extended version to "about pd.." dialog svn path=/trunk/; revision=3377
Diffstat (limited to 'packages/darwin_app/README')
-rw-r--r--packages/darwin_app/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/darwin_app/README b/packages/darwin_app/README
index 5b8f7ceb..b3a4db4a 100644
--- a/packages/darwin_app/README
+++ b/packages/darwin_app/README
@@ -3,9 +3,10 @@
==============================================================================
Since currently, only Miller has commit permissions to the 'pd' section of the
-CVS, the fixes necessary for building the whole Pd.app are included in
-'packages/darwin_app/patches'. The patches can be applied by running "make
-darwin_patch_pd" or unpatched using "make darwin_unpatch_pd".
+CVS, optional fixes and fixes necessary for building the whole Pd.app are
+included in 'packages/darwin_app/patches'. The currently used patches can be
+applied by running "make darwin_patch_pd" or unpatched using "make
+darwin_unpatch_pd".
==============================================================================
@@ -33,9 +34,8 @@ ______________________________
JackOSX
______________________________
-Jack is optional. The current linking method causes the resulting binary to
-require the Jack.framework to start whether or not you are using Jack.
-Ideally with would be fixed...
+Jack is optional. The current linking allows Jack to be "weakly" linked,
+meaning that its an optional dependency.
1. download latest JackOSX from http://www.jackosx.com/download.html
(I used version 0.6.1)