aboutsummaryrefslogtreecommitdiff
path: root/INSTALL_win.txt
blob: af6f61f0e9688ca867f1f669e2d858ed28595ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
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.36-0 to pd-0.37-3.
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 pd37_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 pd37_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\ )