aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Doukhan <rudk@users.sourceforge.net>2011-02-08 17:35:51 +0000
committerDavid Doukhan <rudk@users.sourceforge.net>2011-02-08 17:35:51 +0000
commitb1b065ede5dac9c77d147adfac10c4c7c7fe8d15 (patch)
tree9d2e13308ee9f20a83940b7d07767803c03c50f3
parente99afd686e063fe4f128529fe4db02d5bb6d98bc (diff)
better readme!
svn path=/trunk/externals/ddoukhan/cw_binaural~/; revision=14872
-rw-r--r--README.txt17
-rw-r--r--TODO.txt.txt3
2 files changed, 10 insertions, 10 deletions
diff --git a/README.txt b/README.txt
index 37329c9..ea8cabb 100644
--- a/README.txt
+++ b/README.txt
@@ -8,15 +8,18 @@ For more details, see:
CW_binaural: a binaural Sythesis External for Pure Data
David Doukhan and Anne Sedes, PDCON09
-* libsndfile should be installed on your machine in order to compile the external
-
-* when using mingw compiler, you should install the gnu regex lib
+cw_binaural~ has been successfully compiled and tested on the following OS: Ubuntu Lucid Lynx, Intel MacOS 10.6, Windows 7.
+Precompiled binaries should be ok for Intel Mac OS >= 10.4, Windows XP, Vista, 7
-* The external use try/catch statements. On some OS, it may cause PD to crash when exceptions are thrown. To solve this issue, go to file=>path=>startup, edit a new entry, and set cw_binaural~ to be the first external to be loaded.
-For more details concerning the try/cath issue, see http://www.mail-archive.com/pd-dev@iem.at/msg06694.html
+* To use precompiled external on mac, you should install universal binaries of libsndfile using macports:
+sudo port install libsndfile +universal
* To use precompiled external on ubuntu, you should install libsndfile:
sudo apt-get install libsndfile
-* To use precompiled external on mac, you should install universal binaries of libsndfile using mac port:
-sudo port install libsndfile +universal
+* libsndfile should be installed on your machine in order to compile the external
+
+* when using mingw compiler, you should manually install the gnu regex lib
+
+* The external use try/catch statements. On some OS, it may cause PD to crash when exceptions are thrown. To solve this issue, go to file=>path=>startup, edit a new entry, and set cw_binaural~ to be the first external to be loaded.
+For more details concerning the try/cath issue, see http://www.mail-archive.com/pd-dev@iem.at/msg06694.html
diff --git a/TODO.txt.txt b/TODO.txt.txt
deleted file mode 100644
index b4544ce..0000000
--- a/TODO.txt.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-explain the behavior of regex: // instead of \
-
-tells the supported OS!! \ No newline at end of file