From 308aa9aef5d406e3b9ef1939cf40924960856d20 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 3 Oct 2011 15:27:38 +0000 Subject: updated Windows README svn path=/trunk/; revision=15485 --- packages/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/Makefile b/packages/Makefile index f1be48f5..2eb94920 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -264,12 +264,12 @@ readme_install: 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 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 "

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

" >> $(README_FILE) echo "

Installation

" >> $(README_FILE) ifeq ($(OS_NAME),linux) echo "

" >> $(README_FILE) @@ -281,8 +281,8 @@ ifeq ($(OS_NAME),darwin) 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 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) + 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 "

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) -- cgit v1.2.1