webCDwriter Network CD Writing
Home
Screenshots
Live-Demo
Documents
Download
DVD±R(W)
Support
Feedback
Donations
Author
Contact
Impressum
Links
Get Java!
Get Firefox!
Valid HTML 4.01!

Special mkisofs with UTF-8 support

Either
  1. Get the binary mkisofs-2.0-UTF-8-20030114.bz2 (139388 bytes)
  2. Unzip it by
    $ bunzip2 mkisofs-2.0-UTF-8-20030114.bz2
    
  3. Set "mkisofsPath" in /etc/CDWserver/config to mkisofs-2.0-UTF-8-20030114
  4. Restart CDWserver by
    $ /etc/init.d/CDWserver restart
    
or
  1. Get the cdrtools-2.0.tar.gz
  2. Unpack it by
    $ tar xzvf cdrtools-2.0.tar.gz
    
  3. Get the patch for mkisofs cdrtools-2.0-UTF8-patch-20030114.bz2
  4. Apply the patch by
    $ cd cdrtools-2.0/
    $ bzip2 -cd ../cdrtools-2.0-UTF8-patch-20030114.bz2 | patch -p1
    
  5. Compile the cdrtools by
    $ make
    
  6. Set "mkisofsPath" in /etc/CDWserver/config to the result of
    $ ls -l mkisofs/OBJ/*/mkisofs
    
  7. Restart CDWserver by
    $ /etc/init.d/CDWserver restart