aboutsummaryrefslogtreecommitdiff
path: root/packages/win32_inno/README.txt
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-01-19 19:14:39 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-01-19 19:14:39 +0000
commit24979d7017727a833efb24457f367040871b1f17 (patch)
treeb066dffb7c247855df72a63a1b1996a47737dccd /packages/win32_inno/README.txt
parent54642759c73a0dbd783563ad8c5c59d23441ee67 (diff)
updated ancient README
svn path=/trunk/; revision=14758
Diffstat (limited to 'packages/win32_inno/README.txt')
-rw-r--r--packages/win32_inno/README.txt75
1 files changed, 6 insertions, 69 deletions
diff --git a/packages/win32_inno/README.txt b/packages/win32_inno/README.txt
index 821f4ffb..820cdca2 100644
--- a/packages/win32_inno/README.txt
+++ b/packages/win32_inno/README.txt
@@ -1,7 +1,8 @@
Check this webpage for full build instructions:
-http://puredata.org/docs/developer/mingw
+(32-bit): http://puredata.info/docs/developer/mingw
+(64-bit): http://puredata.info/docs/developer/Windows64BitMinGWX64
------------------------------------------------------------------------------
Software Requirements
@@ -30,12 +31,6 @@ MinGW/gcc
Microsoft Visual Studio -
You can use MS Visual Studio 6.0 or better to compile Pd and some
-------------------------------------------------------------------------------
-MinGW Makefile
-------------------------------------------------------------------------------
-
-See: http://puredata.org/docs/developer/windows
-
------------------------------------------------------------------------------
Microsoft Visual Studio Makefile
@@ -55,68 +50,10 @@ 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.
-
- +-|
- +-abstractions
- |
- +-packages-|
- | +-win32_inno-|
- | +-noncvs-|
- | +-extra
- | +-doc-|
- | +-5.reference
- |
- +-doc-|
- | +-additional
- | +-pddp
- | +-tutorials
- |
- +-externals-|
- | +-...
- | +-ext13
- | +-ggee
- | +-maxlib
- | +-unauthorized
- | +-zexy
- | +-...
- |
- +-pd-|
- +-src
- +-doc
- +-etc...
-
+ http://puredata.info/docs/developer/devlayout
-The recommended way to do this is (these are probably somewhat wrong):
-
- mkdir pure-data && cd pure-data
- setenv CVSROOT :pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data
- unzip pd source
- cvs checkout packages
- cvs checkout doc
- cvs checkout externals
- cd packages/win32_inno
- make clean && make
-
-------------------------------------------------------------------------------
-non-CVS binaries
-------------------------------------------------------------------------------
-
-Binary Sources I Used (I haven't tested them all, I just downloaded them):
-
-cyclone: http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
-freeverb~: http://www.akustische-kunst.org/puredata/freeverb/index.html
-iemlibs: http://iem.kug.ac.at/~musil/iemlib/
-maxlib: http://www.akustische-kunst.org/puredata/maxlib/index.html
-OSC: http://barely.a.live.fm/pd/OSC/
-percolate: http://www.akustische-kunst.org/puredata/percolate/index.html
-toxy: http://suita.chopin.edu.pl/~czaja/miXed/externs/toxy.html
-xeq: http://suita.chopin.edu.pl/~czaja/miXed/externs/xeq.html
-zexy: ftp://iem.kug.ac.at/pd/Externals/ZEXY
-
-all of T.Grill's code: http://www.parasitaere-kapazitaeten.net/ext/
-
-
-
+The recommended way to get all this source is:
+ http://puredata.info/docs/developer/GettingPdSource
--Hans-Christoph Steiner <hans@at.or.at>
+-Hans-Christoph Steiner <hans@eds.org>