From b1b065ede5dac9c77d147adfac10c4c7c7fe8d15 Mon Sep 17 00:00:00 2001 From: David Doukhan Date: Tue, 8 Feb 2011 17:35:51 +0000 Subject: better readme! svn path=/trunk/externals/ddoukhan/cw_binaural~/; revision=14872 --- README.txt | 17 ++++++++++------- TODO.txt.txt | 3 --- 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 TODO.txt.txt 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 -- cgit v1.2.1