From d56ec9d039c904e9230137254ff2fe281320eed9 Mon Sep 17 00:00:00 2001 From: musil Date: Fri, 1 Apr 2005 18:11:39 +0000 Subject: initial checkin (release 1.15) this time as binary (instead of text) svn path=/trunk/externals/iemlib/; revision=2671 --- INSTALL_win.txt | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 INSTALL_win.txt (limited to 'INSTALL_win.txt') diff --git a/INSTALL_win.txt b/INSTALL_win.txt new file mode 100644 index 0000000..0ea86ff --- /dev/null +++ b/INSTALL_win.txt @@ -0,0 +1,99 @@ +Installation-guide for iemlib under windows (win_xp, win2k, win_me, win_nt or win98) + +iemlib_R1.15 is written by Thomas Musil from IEM Graz Austria + and it is compatible to miller puckette's pd-0.36-0 and pd-0.37-0. +see also LICENCE.txt, GnuLGPL.txt and README.txt. + + +1.) download and copy iemlib_R1.15_win.zip into your pd-installation-directory + ( e.g. C:\Programs\pd\iemlib_R1.15_win.zip ) + + +2.) unzip iemlib_R1.15_win.zip + winzip create a directory C:\Programs\pd\iemlib_R1.15\ + + +3.) create an externs-directory in your pd-installation-directory (if it does not exist) + ( e.g. C:\Programs\pd\externs\ ) + + +4.) 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.15\lib\*.dll --> C:\Programs\pd\externs\ ) + + +5.) copy pd-abstractions-folder +( e.g. copy C:\Programs\pd\iemlib_R1.15\iemabs\ --> C:\Programs\pd\iemabs\ ) + + +6.) copy pd-help-files-folder +( e.g. copy C:\Programs\pd\iemlib_R1.15\iemhelp\ --> C:\Programs\pd\doc\5.reference\iemhelp\ ) + + +7.) add to your pd36_start.bat the following configuration-options: + -path C:\Programs\pd\iemabs -path C:\Programs\pd\externs -lib iemlib1:iemlib2:iem_mp3:iem_t3_lib + +or create a textfile pd36_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/iemabs -path C:/Programme/pd/externs +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: + +8.a) edit makefile_win of iemlib1 + change to directory C:\Programs\pd\iemlib_R1.15\iemlib1 + and edit following lines of makefile_win and save + ( VIS_CPP_PATH = "" and PD_INST_PATH = "" ) + +8.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.15\lib ). + +9.a) edit makefile_win of iemlib2 + change to directory C:\Programs\pd\iemlib_R1.15\iemlib2 + and edit following lines of makefile_win and save + ( VIS_CPP_PATH = "" and PD_INST_PATH = "" ) + +9.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.15\lib ). + +10.a) edit makefile_win of iem_mp3 + change to directory C:\Programs\pd\iemlib_R1.15\iem_mp3 + and edit following lines of makefile_win and save + ( VIS_CPP_PATH = "" and PD_INST_PATH = "" ) + +10.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.15\lib ). + +11.a) edit makefile_win of iem_t3_lib + change to directory C:\Programs\pd\iemlib_R1.15\iem_t3_lib + and edit following lines of makefile_win and save + ( VIS_CPP_PATH = "" and PD_INST_PATH = "" ) + +11.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.15\lib ). + +12.) copy external-libraries + change to C:\Programs\pd\iemlib_R1.15\lib\ + ( e.g. copy C:\Programs\pd\iemlib_R1.15\lib\*.dll --> C:\Programs\pd\externs\ ) -- cgit v1.2.1