DiscWrapper

by  Nándor Mátravölgyi <nmatra@citromail.hu>

Project Home Page: 	http://discwrapper.sf.net/

See the NEWS file for RELEASE NOTES!


-----------------------------------------------------------------------------
Introduction
-----------------------------------------------------------------------------
DiscWrapper is a cover designer for homemade discs (CD, DVD). It was made
with Code::Blocks and it uses the wxWidgets library. It comes with a few
templates, and it supports standard CD-DVD, slim CD-DVD cases and disc
designing. Depending on the case there are pages where you can place labels,
images, and lists. It can save the result by using save project, print
directly or export into an image.

For more information, please read the NEWS file, which contains functional
changes and important notices for each new version. The ChangeLog contains
a more detailed, technical account of the changes in each version.

-----------------------------------------------------------------------------
Build and Installation
-----------------------------------------------------------------------------

 I. Install dependencies:
    1)  install the GNU C++ compiler (build-essential)

    2)  install wxWidgets 2.8.8 or above
       If you compile it from source, make sure it is set to use GTK, not X11!
       If you use a Debian based distro and your repo doesn't have it, I
       suggest to do the following:
        - In terminal:
	   wget -q http://apt.wxwidgets.org/key.asc -O- | sudo apt-key add -
        - Then add to Software sources:
	   deb http://apt.wxwidgets.org/ distname main
          DON'T forget to replace distname with the name of your distro like:
	   for Ubuntu Jaunty: jaunty-wx
	   for Debian Etch: etch-wx
        - Use Synaptic to install:
		  libwxbase2.8-0, libwxbase2.8-dev, libwxgtk2.8-0,
		  libwxgtk2.8-dev, wx2.8-headers

    3)  make sure coreutils is installed (I think it is by default)

 II. Install DiscWrapper:
      ./configure
      make
      sudo make install
    
      DiscWrapper now should be in Applications->Graphics


 III. LaCie's LightScribe software can be found here:
     http://www.lacie.com/products/product.htm?pid=10803

     There download the Host Software and the Labeler.

     In case you use a debian based distro, you will have to use alien,
     because it is only available in rpm binary.

