aboutsummaryrefslogtreecommitdiff
path: root/sndfiler/INSTALL
blob: 8aa5e6adbd018a2be632d1346286a551546bfc21 (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

[sndfiler] installation instructions:

-------------------------------------------------------
                      MAIN PD
-------------------------------------------------------

- INSTALLATION:

1) first install threadlib, get it from
   http://grh.mur.at/software/threadlib.html

2) download binaries for your platform at
   http://grh.mur.at/software/sndfiler.html

3) WIN: copy sndfiler.dll to path\to\pd\extra
        copy libsndfile.dll to windows\system

   LINUX: copy sndfiler.pd_linux to path/to/pd/extra
          install libsndfile (via apt-get or something
          similar)

   MAC: copy sndfiler.pd_darwin to path/to/pd/extra
        install libsndfile

4) copy helpfile to path/to/pd/doc/5.reference

- COMPILATION:

1) install libsndfile on your platform

2) adapt the pathes in src/Makefile.pd_main to fit into 
   your system

3) make -f Makefile.pd_main pd_linux/pd_darwin/pd_win
   (windows: you will need MinGW !)

4) make -f Makefile.pd_main install

-------------------------------------------------------
                      PD DEVEL
-------------------------------------------------------

- COMPILATION:

1) install libsndfile on your platform

2) adapt src/Makefile to fit into your system

3) make pd_linux/pd_darwin/pd_nt

-------------------------------------------------------

in case of problems:
grh@mur.at