Imported Upstream version 1.1.11
[platform/upstream/cdrkit.git] / doc / plattforms / README.freebsd
1 These instructions have been tested with FreeBSD 6.2-PRERELEASE, but
2 should work on any 6.x release.  If you're having trouble (with any
3 release, not just 6.x), please let us know.
4
5 Building
6 ========
7
8 You need to have cmake installed.  It is available in the ports
9 collection or from cmake.org.  You also need GNU make. It is also in the
10 ports collection, and can be alternatively obtained from gnu.org.
11
12 Most users have libiconv installed under /usr/local.  If you wish to add
13 support for it (used by genisoimage, and recommended), build with
14
15         gmake CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
16
17 instead of just plain
18
19         gmake
20
21 Short note on using wodim
22 =========================
23
24 If you want to use wodim with ATAPI drives, make sure you load the
25 atapicam module before using wodim.  Not even "wodim -scanbus" works
26 usually if this is not done.  The command for loading the atapicam
27 module is (for root)
28
29         /sbin/kldload atapicam
30
31  -- Lorenz Minder -- Mon Nov 27 23:23:01 CET 2006