Skip to content

Commit f334eae

Browse files
committed
Update INSTALL.txt
1 parent 3e0ed18 commit f334eae

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

INSTALL.txt

+10-17
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
11
Quick compilation instructions for Linux or Mac OSX:
22

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.
54

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:
86

97
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".
1112

12-
Then type "make"; and. if desired, as superuser type "make install".
13+
Then type "make"; and if desired, as superuser type "make install".
1314

1415
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".
2617

18+
Special instructions for Microsoft Windows: install cygwin and follow instructions as in linux or
19+
Macintosh.

0 commit comments

Comments
 (0)