-= libcoaster README =-
This document covers basic download and installation of libcoaster.

** Requirments **
libgconf 2.6 or better
gtk+ 2.4 or better
libburn 0.2 or better

** Downloading **
Current tarballs of offical releases can be downloaded from: http://www.coaster-burn.org/libcoaster/download.html

You can also grab an Arch copy of libcoaster as follows.

First, make sure you have installed tla version 1.1 or later. If you have not already, we need to tell tla where the Coaster archives are. We do this by issuing:

    $ tla register-archive http://arch.coaster-burn.org/2004 

Now you can pull down the tree with:

    $ tla get coaster-devel@coaster-burn.org--2004/libcoaster--main--0.1 

When you wish to update the tree, just issue in the root tree directory:

    $ tla update 

** Compiling **
Compiling libcoaster is simple once all required librarys are installed.

Remember: libburn needs to be installed first.

First you need to configure the sources for your system. In the root of the libcoaster directory run:

    $ ./configure 

This can take a few minutes as the script checks your system for proper variables and installed libraries.

Once configure has finished, run:

    $ make 

This will compile the sources. Once this is done, run:

    $ make install 

Note: Make sure you are root when you issue make install.

Thats it. You can run the preferences with:

    $ gnome-burn-preferences

** Bug Reports **
We currently do not have a bugzilla account but plan to have one soon. For now, all bugs can be mailed to coaster-devel@lists.sourceforge.net.
