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!

webCDwriter and cdrtools

webCDwriter uses the command line tools cdrecord, mkisofs and readcd from the cdrtools package. webCDwriter 2.8.2 was tested with the cdrtools 3.00. To install this version for webCDwriter go through the following steps:

  1. Open a command window on the server
  2. On Ubuntu Linux make sure some development tools are installed by
    sudo apt-get install gcc make
    
  3. Download, build and install the cdrtools
    cd /tmp
    wget ftp://ftp.berlios.de/pub/cdrecord/cdrtools-3.00.tar.bz2
    tar xjf cdrtools-3.00.tar.bz2
    cd cdrtools-3.00
    make
    make install DESTDIR=/tmp/cdr
    sudo cp /tmp/cdr/opt/schily/bin/cdrecord /var/CDWserver/bin/
    sudo cp /tmp/cdr/opt/schily/bin/mkisofs /var/CDWserver/bin/
    sudo cp /tmp/cdr/opt/schily/bin/readcd /var/CDWserver/bin/
    
    Tip: You may use the left mouse button to select the line and afterwards enter it with the center mouse button.