aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2006-11-09 21:14:54 +0000
committermusil <tmusil@users.sourceforge.net>2006-11-09 21:14:54 +0000
commit03533f6d2e85af0acfef88a89c3d24d741d74ff3 (patch)
treebf4245bd8d7c173a87b958d891cb6d94f25e4469
parent0812089fa06f5fb6cf2f4993ca226bd2c901e65d (diff)
update to R1.16
svn path=/trunk/externals/iemlib/; revision=6245
-rw-r--r--INSTALL_win.txt87
1 files changed, 87 insertions, 0 deletions
diff --git a/INSTALL_win.txt b/INSTALL_win.txt
new file mode 100644
index 0000000..0f5484a
--- /dev/null
+++ b/INSTALL_win.txt
@@ -0,0 +1,87 @@
+Installation-guide for iemlib under windows (win_xp, win2k, win_me, win_nt or win98)iemlib_R1.16 is written by Thomas Musil from IEM Graz Austria and it is compatible to miller puckette's pd-0.37-3 to pd-0.39-2.see also LICENCE.txt, GnuLGPL.txt and README.txt.
+
+1.) download and copy iemlib_R1.16_win.zip into your pd-installation-directory
+ ( e.g. C:\Programs\pd\iemlib_R1.16_win.zip )
+
+
+2.) unzip iemlib_R1.16_win.zip
+ winzip create a directory C:\Programs\pd\iemlib_R1.16\
+
+
+3.) copy external-libraries
+ iemlib contains 4 *.dll-files ( iem_mp3.dll, iem_t3_lib.dll, iemlib1.dll, iemlib2.dll )
+ ( e.g. copy C:\Programs\pd\iemlib_R1.16\lib\*.dll --> C:\Programs\pd\extra\ )
+
+
+4.) copy pd-help-files-folder
+ ( e.g. copy C:\Programs\pd\iemlib_R1.16\iemhelp\ --> C:\Programs\pd\doc\5.reference\iemhelp\ )
+
+
+5.) add to your pd_start.bat the following configuration-options:
+ -path C:\Programs\pd\iemlib_R1.16\iemabs -lib iemlib1 -lib iemlib2 -lib iem_mp3 -lib iem_t3_lib
+
+or create a textfile pd_start.bat with this content:
+
+@echo off
+set PD_INSTALL=C:\Programme\pd\bin
+set PD_AUDIO=-r 44100 -audiobuf 160
+set PD_MIDI=-nomidi
+set PD_PATH=-path C:/Programme/pd/iemlib_R1.16\iemabs
+set PD_LIB=-lib iemlib1 -lib iemlib2 -lib iem_mp3 -lib iem_t3_lib
+@echo starting pd ...
+%PD_INSTALL%\pd %PD_AUDIO% %PD_MIDI% %PD_PATH% %PD_LIB%
+
+
+
+
+How to compile iemlib under windows
+
+after installing iemlib and if You are owner of a VCC++ compiler:
+
+6.a) edit makefile_win of iemlib1
+ change to directory C:\Programs\pd\iemlib_R1.16\iemlib1
+ and edit following lines of makefile_win and save
+ ( VIS_CPP_PATH = "" and PD_INST_PATH = "" )
+
+6.b) compile iemlib1
+ doubleclick iemlib1.dsw, VCC++ will start,
+ Menue: build/configuration = Release,
+ Menue: build/build all ,
+ ( after this command, iemlib1.dll will be created in C:\Programs\pd\iemlib_R1.16\lib ).
+
+7.a) edit makefile_win of iemlib2
+ change to directory C:\Programs\pd\iemlib_R1.16\iemlib2
+ and edit following lines of makefile_win and save
+ ( VIS_CPP_PATH = "" and PD_INST_PATH = "" )
+
+7.b) compile iemlib2
+ doubleclick iemlib2.dsw, VCC++ will start,
+ Menue: build/configuration = Release,
+ Menue: build/build all ,
+ ( after this command, iemlib2.dll will be created in C:\Programs\pd\iemlib_R1.16\lib ).
+
+8.a) edit makefile_win of iem_mp3
+ change to directory C:\Programs\pd\iemlib_R1.16\iem_mp3
+ and edit following lines of makefile_win and save
+ ( VIS_CPP_PATH = "" and PD_INST_PATH = "" )
+
+8.b) compile iem_mp3
+ doubleclick iem_mp3.dsw, VCC++ will start,
+ Menue: build/configuration = Release,
+ Menue: build/build all ,
+ ( after this command, iem_mp3.dll will be created in C:\Programs\pd\iemlib_R1.16\lib ).
+
+9.a) edit makefile_win of iem_t3_lib
+ change to directory C:\Programs\pd\iemlib_R1.16\iem_t3_lib
+ and edit following lines of makefile_win and save
+ ( VIS_CPP_PATH = "" and PD_INST_PATH = "" )
+
+9.b) compile iem_t3_lib
+ doubleclick iem_t3_lib.dsw, VCC++ will start,
+ Menue: build/configuration = Release,
+ Menue: build/build all ,
+ ( after this command, iem_t3_lib.dll will be created in C:\Programs\pd\iemlib_R1.16\lib ).
+
+10.) copy external-libraries
+ change to C:\Programs\pd\iemlib_R1.16\lib\
+ ( e.g. copy C:\Programs\pd\iemlib_R1.16\lib\*.dll --> C:\Programs\pd\extra\ )