Welcome to gcombust.

gcombust is free software. Please see the file COPYING for details.  For
documentation, please see the files in the doc subdirectory.

gcombust is a GTK+ frontend for mkisofs/mkhybrid/cdda2wav/cdlabelgen/cdrecord.

For building and installation instructions please see the INSTALL file (short
version: ./configure; make; make install-strip). RedHat .rpms, Debian .debs and
Stampede .slps are available (it also compiles on Slackware, SuSe, etc).
gcombust is also available in the NetBSD package collection and the FreeBSD
ports collection. I should also compile on IRIX 6.2/6.5, HP-UX 10.20 and
Solaris 2.5.1/2.6 (but might require a little tweaking from time to time). I
maintain the Debian package but don't know anything about the others.

At this moment every release of gcombust isn't always very well tested; it
would probably be wise to test it with the -dummy option at first to check that
I haven't made any stupid errors. Also, it prints the command it's executing to
stdout so you can look at it and maybe spot errors.

Updates can be obtained from:
http://www.iki.fi/jmunsin/gcombust
(which should point to http://www.abo.fi/~jmunsin/gcombust)
or (backup site) http://nemo.yok.utu.fi/~jm/gcombust

Requirements (the versions number are the ones I use, and the ones I have
	tested it with - others might work, too):

GTK+ 1.2.x 

cdrtools-1.8a39 (or newer if I forgot to update this file)
	(cdrecord, mkisofs, cdda2wav)
	http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
	Older releases of cdrtools might work, but some functions will be lost.
	Use the mkisofs and cdda2wav versions you get with cdrtools, they
	are the newest.

mkhybrid 1.12b5.4

cdlabelgen 1.5.0
	http://www.red-bean.com/~bwf/software/cdlabelgen/

I love to recieve feedback/comments/ideas/bugreports at:
	jmunsin@iki.fi (jmunsin@abo.fi)

NOTE: Please see the NEWS file for more uptodate information.

NOTE: If you decide to do a NLS translation of gcombust, it might be a good
	idea to mail me about it to make sure noone else is doing one for the
	same language.

Flames to:
	/dev/null

Some of the features:
	Burning on the fly, without making an image 
	Tooltips to keep you from reading man pages 
	Make creation of iso-images easy
		(support for making your own directory hierarchy on the image
		without the need for copying files/making symlinks)
	Maximize disk by hinting which directories/files to use
		(binpacking/knapsack)
	Audio CD creation
		wav -> audio CD
		audio CD -> wav
		audio CD direct copy
	Multisession support
	Bootable CD support
	Save/Load path selections (for always taking a backup of the same
		collection of files, etc)
	gettext/NLS support
	isocd-isocd direkt copy
	isocd->file
	Drag and Drop support via GTK


A few notes about multisession:
-------------------------------

The multisession support in mkisofs is quite buggy at the moment; I've had some
success by turning off joliet and RR support and turning on "No deep directory
reallocation". Until it gets fixed, I recommend you not to use it!

Anyway, here is an example on how to use it:

First session:

Add files to be burned in data files.
In the Burn tab, mark:
*Data Files, no image (alternativly, make an image first and use it)
*Get size (I'm not sure this is necessary, but it doesn't hurt AFAIK)
*Multisession
Leage path to old session empty
Start burning

For the next sessions:

Add files to be burned in data files.
In the Burn tab, mark:
*ISO-9660 Image
*Get size
*Multisession
Path to old session: /dev/scd0 (you must fill in this before creating the image)
Create image from files
Start burning

