From 57045df5fe3ec557e57dc7434ac1a07b5521bffc Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 29 Jul 2002 17:06:19 +0000 Subject: 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 --- pd/INSTALL.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pd/INSTALL.txt (limited to 'pd/INSTALL.txt') 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". -- cgit v1.2.1