From 63ebd3c49e4d277a361b5bcee706c63fc1ad8102 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 6 Aug 2006 03:03:29 +0000 Subject: fixed up README to only show the install instructions for the current platform, and added note about patented software svn path=/trunk/; revision=5484 --- packages/Makefile | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'packages') diff --git a/packages/Makefile b/packages/Makefile index 988f66e2..dce8926c 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -578,23 +578,23 @@ readme_install: echo "" >> $(README_FILE) echo "" >> $(README_FILE) echo "" >> $(README_FILE) - echo "

Pure Data $(PD_VERSION)-$(PACKAGE_VERSION)

" >> $(README_FILE) - echo "

Pd is a free real-time computer music software package resembling Max. It provides a patchable environment for audio analysis, synthesis, and processing, with a rich set of multimedia capabilities. You can get Pd for Linux, Windows, MacOS X, BSD, or IRIX.

" >> $(README_FILE) + echo "

Pure Data $(PD_VERSION)

" >> $(README_FILE) + echo "

Pd is a real-time, graphical programming language for media processing. It provides an environment for audio analysis, synthesis, and processing, with a rich set of multimedia capabilities. You can get Pd for Linux, Windows, MacOS X, BSD, or IRIX.

" >> $(README_FILE) echo "

For more information, go to: http://puredata.org

" >> $(README_FILE) echo "

Installation

" >> $(README_FILE) - echo "
GNU/Linux
" >> $(README_FILE) +ifeq ($(OS_NAME),linux) echo "

" >> $(README_FILE) echo "

" >> $(README_FILE) - echo "
Mac OS X
" >> $(README_FILE) - echo "
" >> $(README_FILE) - echo "

To install Pd, drag the Pd.app to anywhere in your hard disk.

" >> $(README_FILE) - echo "

To install Gem, pmpd, xsample, dyn~, and vasp support, copy org.puredata.pd.plist to ~/Library/Preferences (~ means your home folder). WARNING: this will overwrite any existing Pd preferences!

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

To install Pd, drag the $(PACKAGE_NAME).app into your /Applications folder.

" >> $(README_FILE) + echo "

If you want to have all of the included libraries loaded at startup, copy org.puredata.pd.plist to ~/Library/Preferences (~ means your home folder). WARNING: this will overwrite any existing Pd preferences!

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

To install, run the installer.

" >> $(README_FILE) - echo "

To make sure that all of the libraries are loaded when Pd runs, " >> $(README_FILE) - echo "double-click C:\Program Files\pd\pd-settings.reg to import the settings to the registry.

" >> $(README_FILE) - echo "
" >> $(README_FILE) + echo "

To make sure that all of the included libraries are loaded when Pd runs, " >> $(README_FILE) + echo "double-click C:\Program Files\pd\pd-settings.reg to import the settings to the registry. WARNING: this will overwrite any existing Pd preferences!

" >> $(README_FILE) +endif echo "

Pure Data CVS Developers

" >> $(README_FILE) # this may seem whack, but it generates the list of developers from the SourceForge site: curl 'http://sourceforge.net/project/memberlist.php?group_id=55736' | grep -A2 -e '' | sed 's|\(href="\)|target="w" \1http://sourceforge.net|' >> $(README_FILE) @@ -604,7 +604,7 @@ readme_install: echo "

" >> $(README_FILE) echo "

License

" >> $(README_FILE) echo "

" >> $(README_FILE) - echo "This package is released under the GNU GPL. The Pd core and some other included code is originally available with a BSD license from the Pd CVS on SourceForge." >> $(README_FILE) + echo "This package is released under the GNU GPL. The Pd core and some other included code is originally available with a BSD license from the Pd CVS on SourceForge." >> $(README_FILE) echo "

" >> $(README_FILE) echo "

Included Versions

" >> $(README_FILE) echo "

These externals are all included from the Pd CVS repository:

" >> $(README_FILE) @@ -614,10 +614,6 @@ readme_install: echo "
  • flext: $(FLEXT_VERSION)" >> $(README_FILE) echo "
  • gem: $(GEM_VERSION)" >> $(README_FILE) echo "
  • iemlib: `date +20%y.%m.%d`" >> $(README_FILE) -# -# these cause this error: -# Makefile:308: *** unterminated call to function `shell': missing `)'. Stop. -# echo "
  • maxlib: $(MAXLIB_VERSION)" >> $(README_FILE) echo "
  • osc: $(OSC_VERSION)" >> $(README_FILE) echo "
  • pmpd: $(PMPD_VERSION)" >> $(README_FILE) @@ -630,6 +626,9 @@ readme_install: echo "
  • unauthorized: `date +20%y.%m.%d`" >> $(README_FILE) echo "
  • zexy: $(ZEXY_VERSION)" >> $(README_FILE) echo "" >> $(README_FILE) + echo "

    " >> $(README_FILE) + echo "This package may contain software that is covered by patents in certain countries. In order to use this software you must have the proper license." >> $(README_FILE) + echo "

    " >> $(README_FILE) echo "(this package was built on `date`)
    " >> $(README_FILE) echo "" >> $(README_FILE) -- cgit v1.2.1