Imported Upstream version 1.1.11
[platform/upstream/cdrkit.git] / doc / plattforms / README.win32
1
2 Cdrkit suite can be compiled on Windows XP (Service Pack 2) using cygwin
3 environment and tools set, available on:
4
5         http://sources.redhat.com/cygwin/
6
7 and many mirrors.
8
9 To compile on Cygwin, execute setup.exe to install it. You will need to select
10 cmake, make, libiconv and gcc compiler in the package selection. Also choose
11 subversion if you wish to fetch the latest development version.
12
13 When done, you can start the Cygwin Shell by the new icon in the Start menu or
14 on the desktop. Visit cdrkit.org and download a tarball of a recent version and store it under <cygwin_directory>\home\your_user_name.
15
16 Untar the package with tar -z -x -f <tarball>, go into this directory and run
17 "make", followed by "make install". Ignore messages about clock skew etc.
18
19 NOTE: with some versions of Cygwin or cmake shipped with it, the installation
20 fails for unknown reason. In this case, you can browse trough the build/
21 directory, pick up the .exe files there and read the manpage files in
22 application directories with the man command ("man wodim/wodim.1").
23
24 Windows drives are available in paths like /cygdrive/c/, /cygdrive/d/. The
25 drive IDs can be detected using "wodim -scanbus". See wodim's manpage for
26 details.
27
28 STANDARD WARNING: test in dummy mode before you really write data to the disks.
29 Report trouble to Cdrkit maintainers.
30
31  -- Eduard Bloch <blade@debian.org> -- Tue, 12 Sep 2006 10:06:34 +0200