From 54d5e30be5ad5e19d16d65626b9c6a4c75479bc3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 10 Jan 2013 15:02:54 +0000 Subject: update README svn path=/trunk/; revision=16851 --- packages/Makefile | 35 +++++++++-------------------------- 1 file changed, 9 insertions(+), 26 deletions(-) diff --git a/packages/Makefile b/packages/Makefile index c96ac55e..5c80f22e 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -266,13 +266,14 @@ readme_install: echo $(CYCLONE_RELEASE) -rm $(README_FILE) touch $(README_FILE) - echo "" >> $(README_FILE) + echo '' >> $(README_FILE) + echo '' >> $(README_FILE) echo "" >> $(README_FILE) echo "" >> $(README_FILE) echo "" >> $(README_FILE) echo "" >> $(README_FILE) echo "" >> $(README_FILE) - echo "

Pure Data $(PD_VERSION)

" >> $(README_FILE) + echo "

Pd-extended $(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.info

" >> $(README_FILE) echo "

Installation

" >> $(README_FILE) @@ -282,19 +283,19 @@ ifeq ($(OS_NAME),linux) endif ifeq ($(OS_NAME),darwin) echo "

To install Pd, drag the $(PD_APP_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 the default preferences, throw away the Pd preferences file ~/Library/Preferences/org.puredata.pdextended.plist (~ means your home folder), or run this command in the Terminal.app:

rm ~/Library/Preferences/org.puredata.pdextended.plist

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

" >> $(README_FILE) - echo "If you want to use PDP on Mac OS X 10.4/Tiger or 10.3/Panther, you will need to install X11 (X11 comes installed with 10.5/Leopard). It comes on the install CD/DVD that your computer came with. For more detail, see How to install X11 in OS X or How do I install Pd on MacOS X?." >> $(README_FILE) + echo "

If you want to start with the default preferences, go to the Preferences and click on Reset to Defaults. You can also throw away the Pd preferences file ~/Library/Preferences/org.puredata.pdextended.plist (~ means your home folder), or run this command in the Terminal.app:

rm ~/Library/Preferences/org.puredata.pdextended.plist

You can get detailed editing access to the preferences with the Apple utilities: defaults read org.puredata.pdextended, or, Property List Editor, which is freely available as part of XCode or the Server Tools.

" >> $(README_FILE) + echo "

If you want to use PDP on Mac OS X 10.4/Tiger or 10.3/Panther, you will need to install X11 (X11 comes installed with 10.5/Leopard). It comes on the install CD/DVD that your computer came with. For more detail, see How to install X11 in OS X or How do I install Pd on MacOS X?.

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

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

" >> $(README_FILE) + echo "

To reset the default settings, and make sure that default libraries are loaded when Pd runs, go to the Edit menu, then Preferences and click on Reset to Defaults." >> $(README_FILE) + echo "You can also reset to defaults by double-clicking C:\Program Files\pd\bin\pd-settings.reg to import the settings to the registry. WARNING: this will overwrite any existing Pd preferences!

" >> $(README_FILE) echo "

ASIO4ALL

" >> $(README_FILE) echo "

ASIO4ALL is a cost-free ASIO audio driver. Is it highly recommended for use with Pd. Download and install it, then when you launch Pd, choose the ASIO option from the Media menu. Using ASIO4ALL should mean less crashes and troubles, as well as better audio performance." >> $(README_FILE) echo "

" >> $(README_FILE) endif echo "

Installing Externals, Objects, and Help files

" >> $(README_FILE) echo "

" >> $(README_FILE) - echo "If you would like to install other externals, objects, help files, etc. there are special folders that Pd-extended uses, which are listed below. If the folder does not exist, you should create it. You can find out more details about this by reading that FAQ: How do I install externals and help files?." >> $(README_FILE) + echo "If you would like to install other externals, objects, help files, etc. there are special folders that Pd-extended uses, which are listed below. If the folder does not exist, you should create it. You can find out more details about this by reading that FAQ: How do I install externals and help files?.

" >> $(README_FILE) echo "
" >> $(README_FILE) ifeq ($(OS_NAME),darwin) echo "
Only for the current user account
" >> $(README_FILE) @@ -315,13 +316,12 @@ ifeq ($(OS_NAME),windows) echo "
%ProgramFiles%\Common Files\Pd
" >> $(README_FILE) endif echo "
" >> $(README_FILE) - echo "

" >> $(README_FILE) echo "

Flext Binaries have been removed from Pd-extended

" >> $(README_FILE) echo "

As of release 0.41.4 of Pd-extended, the whole package is built from source every night. That means that some objects have been removed from the package because they were not being built from source (objects like [pool], [msd], [flashserver], etc.). You can download these objects from the original authors or get the files from the 0.40.3 Pd-extended release." >> $(README_FILE) 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 SVN on SourceForge.' >> $(README_FILE) echo "

" >> $(README_FILE) echo "

Patented Algorithms

" >> $(README_FILE) echo "

" >> $(README_FILE) @@ -333,23 +333,6 @@ endif echo '

  • MPEG-4
  • ' >> $(README_FILE) echo "" >> $(README_FILE) echo '

    Please consider trying to get rid of software patents in your country: http://www.nosoftwarepatents.com

    ' >> $(README_FILE) - 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) - echo "

    " >> $(README_FILE) - echo "

    " >> $(README_FILE) - echo "Many others not listed have contributed their time and effort, this is just a list of the current developers in the SourceForge project. But really, every Pd user is a developer and is encouraged to contribute to the CVS repository." >> $(README_FILE) - echo "

    " >> $(README_FILE) - echo "

    Included Libraries

    " >> $(README_FILE) - echo "

    To find out about which libraries are included in Pd-extended, see Libraries in Pd-extended. Here's some of the libraries that are included:

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

    (this package was built on `date`)

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