From d5bf2c803d69870acbb3ace522b208245c8146c5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 21 Oct 2007 00:06:23 +0000 Subject: merged in some changes from branch-v0-39-2-extended svn path=/trunk/; revision=8854 --- packages/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'packages') diff --git a/packages/Makefile b/packages/Makefile index 0e84d364..5a96d003 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -48,11 +48,9 @@ FLEXT_MICRO_VERSION := $(shell grep FLEXTMICRO \ $(externals_src)/grill/flext/buildsys/version.inc | cut -d '=' -f2) FLEXT_VERSION := $(FLEXT_MAJOR_VERSION).$(FLEXT_MINOR_VERSION).$(FLEXT_MICRO_VERSION) - GEM_VERSION := $(shell grep "GEM_VERSION" $(gem_src)/src/Base/GemVersion.h | \ sed -n 's|.*GEM_VERSION = "\(.*\)".*|\1|p') - MAXLIB_VERSION := $(shell grep "define VERSION" \ $(externals_src)/maxlib/maxlib.c | cut -d '"' -f 2) @@ -478,7 +476,8 @@ $(gem_src)/src/Gem.pd_linux: $(gem_src)/src/configure # always run aclocal/autoconf until "configure" is deleted from CVS cd $(gem_src)/src && aclocal cd $(gem_src)/src && autoconf - cd $(gem_src)/src && ./configure --without-ffmpeg --with-pd=$(pd_src) --disable-NV + cd $(gem_src)/src && ./configure --without-ffmpeg --with-pd=$(pd_src) \ + --disable-NV $(MAKE) -C $(gem_src)/src $(gem_src)/src/Gem.pd_darwin: @@ -606,8 +605,8 @@ ifeq ($(OS_NAME),linux) echo "

" >> $(README_FILE) endif ifeq ($(OS_NAME),darwin) - echo "

To install Pd, drag the $(PACKAGE_NAME).app into your /Applications folder or to the shortcut in the disk image.

" >> $(README_FILE) - echo "

By default, most of the included libraries are loaded at startup. To change this, set your own preferences in the Startup... Preferences pane usings the Save all settings button. If you want to start with a blank set of preferences, run this command in the Terminal.app:

touch ~/Library/Preferences/org.puredata.pd.plist

(~ means your home folder).

" >> $(README_FILE) + echo "

To install Pd, drag the $(PACKAGE_NAME).app into your /Applications folder or to the shortcut in the disk image. (You might need to put the old one in the trash before copying this one to /Applications)

" >> $(README_FILE) + echo "

By default, most of the included libraries are loaded at startup. To change this, set your own preferences in the Startup... Preferences pane usings the Save all settings button. If you want to start with a blank set of preferences, run this command in the Terminal.app:

touch ~/Library/Preferences/org.puredata.pd.plist (~ means your home folder)

The Preferences panels in Pd are currently buggy, so you might have better luck with the Apple utility, Property List Editor, which is freely available as part of XCode or the Server Tools.

" >> $(README_FILE) endif ifeq ($(OS_NAME),windows) echo "

To install, run the installer.

" >> $(README_FILE) -- cgit v1.2.1