From 413a5b1523ad4efa2b9527bd114dc8b35a57ddcf Mon Sep 17 00:00:00 2001 From: sletz Date: Mon, 4 Feb 2008 13:36:37 +0000 Subject: [PATCH] More info git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1829 0c269be4-1314-0410-8aa9-9f06e86f4224 --- Readme | 3 +++ linux/Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme b/Readme index 50f572d3..99b2f085 100755 --- a/Readme +++ b/Readme @@ -31,6 +31,9 @@ make (WARNING : this will install everything needed in /usr/local in place of a regular jack installation so that jack applications will use jackdmp) +Freebob driver can be compiled with : make freebob +FFADO driver can be compiled with : make firewire + You may define variables for special purpose, like : make prefix=/usr to compile and install everything in /usr location instead of /usr/local or diff --git a/linux/Makefile b/linux/Makefile index b7b0ff0c..c0a6861b 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -1,4 +1,4 @@ -# Type "make" or "make all" to compile ALSA driver, and "make freebob" to compile FREEBOB driver. +# Type "make" or "make all" to compile ALSA driver, "make freebob" to compile FREEBOB driver and "make firewire" to compile FFADO driver. # Choose the installation location prefix := /usr/local