aboutsummaryrefslogtreecommitdiff
path: root/pd/INSTALL.txt
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-07-29 17:06:19 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-07-29 17:06:19 +0000
commit57045df5fe3ec557e57dc7434ac1a07b5521bffc (patch)
tree7174058b41b73c808107c7090d9a4e93ee202341 /pd/INSTALL.txt
parentda38b3424229e59f956252c3d89895e43e84e278 (diff)
This commit was generated by cvs2svn to compensate for changes in r58,
which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=59
Diffstat (limited to 'pd/INSTALL.txt')
-rw-r--r--pd/INSTALL.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/pd/INSTALL.txt b/pd/INSTALL.txt
new file mode 100644
index 00000000..a40aaa72
--- /dev/null
+++ b/pd/INSTALL.txt
@@ -0,0 +1,20 @@
+Detailed installations instructions are in the HTML documentation, which
+you can find in doc/1.manual.
+
+Quick compilation instructions for Linux or Mac OSX (assuming for Mac OSX that
+you've got Tck/Tk installed):
+
+Change to "src" subdirectory.
+
+type "./configure", possibly adding flags as follows:
+
+ To enable ALSA 0.9x (the latest one), add "--enable-alsa".
+ To enable the older ALSA 0.5x, add "--enable-old-alsa".
+ To enable Ritsch's RME 9652 driver, add --enable-rme".
+ To put Pd in /usr/bin instead of /usr/local/bin, add "--prefix=/bin".
+
+Type "make depend" and then "make"; or, if you prefer, as superuser
+type "make install".
+
+To run pd, either type the full pathname as in /home/me/pd/bin/pd, or else
+if you've chosen "make install", just type "pd".