Behold: The JACK audio connection kit version 0.109.10 (SVN).
[pkgsrc.git] / audio / jack-devel / MESSAGE
1 ===========================================================================
2 $NetBSD$
3
4 NOTE:  Unfortunately, JACK wants to use a linux /proc filesystem to
5 perform shared memory housekeeping tasks.  Therefore, if your platform
6 supports a "Linux-compliant" proc filesystem, we recommend mounting one
7 prior to using jack.  On NetBSD, this can be accomplished with the
8 following command:
9
10                 mount_procfs -orw,linux /proc <mount point>
11
12 Conventionally, the mount point is /proc.  If you wish to use a different
13 pathname for this filesystem, you may define the JACKD_PROCFS_PATH
14 variable in your build environment or mk.conf as shown below.
15
16                 JACKD_PROCFS_PATH= /emul/linux/proc
17
18 ===========================================================================