Browse Source

More info

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1829 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.70
sletz 17 years ago
parent
commit
413a5b1523
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      Readme
  2. +1
    -1
      linux/Makefile

+ 3
- 0
Readme View File

@@ -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


+ 1
- 1
linux/Makefile View File

@@ -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


Loading…
Cancel
Save