|
1 | 1 | Quick compilation instructions for Linux or Mac OSX:
|
2 | 2 |
|
3 |
| -There are two parallel build systems: the "old" one by Miller and the "new" |
4 |
| -one by Hans. |
| 3 | +In this directory, type "./autogen.sh". This will create the configure script. |
5 | 4 |
|
6 |
| -Old build system: on Macintosh or linux, Change to "src" subdirectory. |
7 |
| -Type "./configure", possibly adding flags as follows: |
| 5 | +Then type "./configure", possibly adding flags as follows: |
8 | 6 |
|
9 | 7 | To put Pd in /usr/bin instead of /usr/local/bin, add "--prefix=/bin".
|
10 |
| - To enable jack support: "--enable-jack" |
| 8 | + To put Pd in this directory, add "--prefix=/path/to/this/directory" (fill your path here). |
| 9 | + To enable jack support: "--enable-jack". |
| 10 | + To force a single precision build, add "--disable-double-precision". |
| 11 | + To force a double precision build, add "--enable-double-precision". |
11 | 12 |
|
12 |
| -Then type "make"; and. if desired, as superuser type "make install". |
| 13 | +Then type "make"; and if desired, as superuser type "make install". |
13 | 14 |
|
14 | 15 | To run pd, either type the full pathname as in /home/me/pd/bin/pd, or else
|
15 |
| -if you've chosen "make install", just type "pd". |
16 |
| - |
17 |
| -New build system: in this directory, type "./autogen.sh", then "./configure"; |
18 |
| -then "make". |
19 |
| - |
20 |
| -Special instructions for Microsoft Windows: to use the old build system, |
21 |
| -install the Microsoft C compiler, cd to src and type "make -f makefile.nt". |
22 |
| -Then CD to the various subdirs of extra and type "make nt" in each. For the |
23 |
| -new build system, install cygwin and follow instructions as in linux or |
24 |
| -Macintosh. |
25 |
| - |
| 16 | +if pd is installed in /usr/bin or /usr/local/bin, just type "pd". |
26 | 17 |
|
| 18 | +Special instructions for Microsoft Windows: install cygwin and follow instructions as in linux or |
| 19 | +Macintosh. |
0 commit comments