|
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:
-
Open a command window on the server
-
On Ubuntu Linux make sure some development tools are installed by
sudo apt-get install gcc make
|
-
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.
|