From d73ef09f1e1b66a94bf00559331d98f464ed3383 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 16 Mar 2004 03:52:31 +0000 Subject: made paths relative so that you can install anywhere svn path=/trunk/; revision=1420 --- packages/win32_inno/README.txt | 26 +++++++++++++++++++++----- packages/win32_inno/pd-nolibs.bat | 2 +- packages/win32_inno/pd-novideo.bat | 2 +- packages/win32_inno/pd.bat | 2 +- 4 files changed, 24 insertions(+), 8 deletions(-) (limited to 'packages/win32_inno') diff --git a/packages/win32_inno/README.txt b/packages/win32_inno/README.txt index 35639fc9..74e94b9c 100644 --- a/packages/win32_inno/README.txt +++ b/packages/win32_inno/README.txt @@ -1,19 +1,35 @@ -Package Maker +------------------------------------------------------------------------------ +Software Requirements +------------------------------------------------------------------------------ -This package is assembled using Inno Setup -(http://www.jrsoftware.org/isinfo.php ). Check pd.iss for what's happening. +Inno Setup - http://www.jrsoftware.org/isinfo.php + This package is assembled using Inno Setup, check pd.iss for details. +ogg vorbis win32k SDK - + Install into C:\ to make it work with the current Makefile + +pthreads - ftp://sources.redhat.com/pub/pthreads-win32/ + pthreads is a standard, cross-platform threading library used in the pd + core and externals. You can use the version included with Pd. + +Microsoft Visual Studio - + Sad but true, Pd is free software, but you need some very unfree software + to compile it on Windows. You need MS Visual Studio 6.0 or better. + +------------------------------------------------------------------------------ Makefile +------------------------------------------------------------------------------ Currently, the Makefile.nmake only compiles the 'externals' collection. It can also compile flext if you manually check the flext config and uncomment things from the Makefile.nmake. Ideally, everything would be compiled and built from a Makefile using MinGW, so that only free software would be -needed. Currently, to compile Pd on Windows you need MS Visual Studio 6.0 or -better. +needed. +------------------------------------------------------------------------------ Directory Layout +------------------------------------------------------------------------------ This directory is for files that are used in the creation of the Windows installer. In order to use this to compile/assemble Pd and externals. diff --git a/packages/win32_inno/pd-nolibs.bat b/packages/win32_inno/pd-nolibs.bat index d2c643df..fdbfb092 100755 --- a/packages/win32_inno/pd-nolibs.bat +++ b/packages/win32_inno/pd-nolibs.bat @@ -1 +1 @@ -"C:\Program Files\Pure Data\bin\pd.exe" -font 10 -listdev %1 %2 %3 %4 %5 %6 %7 %8 %9 \ No newline at end of file +"bin\pd.exe" -font 10 -listdev %1 %2 %3 %4 %5 %6 %7 %8 %9 diff --git a/packages/win32_inno/pd-novideo.bat b/packages/win32_inno/pd-novideo.bat index bdb118a5..0525ad64 100755 --- a/packages/win32_inno/pd-novideo.bat +++ b/packages/win32_inno/pd-novideo.bat @@ -1 +1 @@ -"C:\Program Files\Pure Data\bin\pd.exe" -font 10 -lib cyclone -lib ext13 -lib maxlib -lib iemlib1 -lib iemlib2 -lib iem_t3_lib -lib iem_mp3 -lib mjLib -lib motex -lib OSC -lib percolate -lib xeq -lib xsample -lib zexy -listdev %1 %2 %3 %4 %5 %6 %7 %8 %9 \ No newline at end of file +"bin\pd.exe" -font 10 -lib cyclone -lib iemlib1 -lib iemlib2 -lib iem_t3_lib -lib iem_mp3 -lib mjLib -lib OSC -lib percolate -lib xeq -lib xsample -lib zexy -listdev %1 %2 %3 %4 %5 %6 %7 %8 %9 diff --git a/packages/win32_inno/pd.bat b/packages/win32_inno/pd.bat index 30769075..09593e94 100755 --- a/packages/win32_inno/pd.bat +++ b/packages/win32_inno/pd.bat @@ -1 +1 @@ -"C:\Program Files\Pure Data\bin\pd.exe" -font 10 -path "C:\Program Files\Pure Data\doc\vasp" -lib cyclone -lib ext13 -lib gem -lib maxlib -lib iemlib1 -lib iemlib2 -lib iem_t3_lib -lib iem_mp3 -lib mjLib -lib motex -lib OSC -lib percolate -lib pdogg -lib vasp -lib xeq -lib xsample -lib zexy -listdev %1 %2 %3 %4 %5 %6 %7 %8 %9 \ No newline at end of file +"bin\pd.exe" -font 10 -path "doc\vasp" -lib cyclone -lib gem -lib iemlib1 -lib iemlib2 -lib iem_t3_lib -lib iem_mp3 -lib mjLib -lib OSC -lib percolate -lib vasp -lib xeq -lib xsample -lib zexy -listdev %1 %2 %3 %4 %5 %6 %7 %8 %9 -- cgit v1.2.1