[Debburn-changes] r504 - cdrkit/trunk/doc/plattforms

Eduard Bloch blade at alioth.debian.org
Mon Nov 27 23:39:35 CET 2006


Author: blade
Date: 2006-11-27 23:39:34 +0100 (Mon, 27 Nov 2006)
New Revision: 504

Added:
   cdrkit/trunk/doc/plattforms/README.freebsd
Modified:
   cdrkit/trunk/doc/plattforms/README.win32
Log:
README.freebsd from Lorenz ; README.win32 updated, install seems to work again

Added: cdrkit/trunk/doc/plattforms/README.freebsd
===================================================================
--- cdrkit/trunk/doc/plattforms/README.freebsd	2006-11-27 22:11:17 UTC (rev 503)
+++ cdrkit/trunk/doc/plattforms/README.freebsd	2006-11-27 22:39:34 UTC (rev 504)
@@ -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

Modified: cdrkit/trunk/doc/plattforms/README.win32
===================================================================
--- cdrkit/trunk/doc/plattforms/README.win32	2006-11-27 22:11:17 UTC (rev 503)
+++ cdrkit/trunk/doc/plattforms/README.win32	2006-11-27 22:39:34 UTC (rev 504)
@@ -14,23 +14,18 @@
 on the desktop. Visit cdrkit.org and download a tarball of a recent version and store it under <cygwin_directory>\home\your_user_name.
 
 Untar the package with tar -z -x -f <tarball>, go into this directory and run
-"make". Ignore messages about clock skew etc.
+"make", followed by "make install". Ignore messages about clock skew etc.
 
-NOTE: at the time of writting this document it appears like the Cygwin version
-of cmake is unable to install files.
+NOTE: with some versions of Cygwin or cmake shipped with it, the installation
+fails for unknown reason. In this case, you can browse trough the build/
+directory, pick up the .exe files there and read the manpage files in
+application directories with the man command ("man wodim/wodim.1").
 
-However, you can copy the created executables in build/... subdirectories to
-your system path manualy. To learn about the purpose of each executable, run:
+Windows drives are available in paths like /cygdrive/c/, /cygdrive/d/. The
+drive IDs can be detected using "wodim -scanbus". See wodim's manpage for
+details.
 
-man cdrecord/wodim.1
-man mkisofs/mkisofs.8
-man cdda2wav/cddda2wav.1
+STANDARD WARNING: test in dummy mode before you really write data to the disks.
+Report trouble to Cdrkit maintainers.
 
-Most things described there are relevant to Cygwin as well. Windows drives are
-available in paths like /cygdrive/c/, /cygdrive/d/. The drive IDs can be
-detected using "wodim -scanbus".
-
-USUAL WARNING: test in dummy mode before you really write data to the disks.
-Report trouble to maintainer.
-
  -- Eduard Bloch <blade at debian.org> -- Tue, 12 Sep 2006 10:06:34 +0200




More information about the Debburn-changes mailing list