diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-12-31 05:04:42 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-12-31 05:04:42 +0400 |
commit | 71dc8760ff4de5f365330d1bc571d934deb54af9 (patch) | |
tree | 7346d42a282562a3937d82307012b5857d642ce6 /doc/plattforms/README.freebsd | |
download | cdrkit-71dc8760ff4de5f365330d1bc571d934deb54af9.tar.gz |
Imported Upstream version 1.1.11upstream/1.1.11upstream
Diffstat (limited to 'doc/plattforms/README.freebsd')
-rw-r--r-- | doc/plattforms/README.freebsd | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/plattforms/README.freebsd b/doc/plattforms/README.freebsd new file mode 100644 index 0000000..6e51a30 --- /dev/null +++ b/doc/plattforms/README.freebsd @@ -0,0 +1,31 @@ +These instructions have been tested with FreeBSD 6.2-PRERELEASE, but +should work on any 6.x release. If you're having trouble (with any +release, not just 6.x), please let us know. + +Building +======== + +You need to have cmake installed. It is available in the ports +collection or from cmake.org. You also need GNU make. It is also in the +ports collection, and can be alternatively obtained from gnu.org. + +Most users have libiconv installed under /usr/local. If you wish to add +support for it (used by genisoimage, and recommended), build with + + gmake CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib + +instead of just plain + + gmake + +Short note on using wodim +========================= + +If you want to use wodim with ATAPI drives, make sure you load the +atapicam module before using wodim. Not even "wodim -scanbus" works +usually if this is not done. The command for loading the atapicam +module is (for root) + + /sbin/kldload atapicam + + -- Lorenz Minder -- Mon Nov 27 23:23:01 CET 2006 |