dnacgr	version 0.2	copyright(c) Indraneel Majumdar<indraneel@123india.com>

/* Program to plot Chaos Game Representation of a DNA or RNA sequence. */

What you need: (probably already installed)

	monitor capable of 1024x768 at 256 colors
	
	svgalib-1.4.1.tar.gz is available from:
	http://metalab.unc.edu/pub/linux/libs/graphics/svgalib-1.4.1.tar.gz

	readline-4.1.tar.gz is available from:
	ftp://ftp.gnu.org/gnu/readline/readline-4.1.tar.gz
	(previous version should also work)

	ncurses-5.0.tar.gz is available from:
	ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.0.tar.gz

	libpng-1.0.7.tar.gz is available from:
	ftp://ftp.libpng.org/pub/png/src/libpng-1.0.7.tar.gz

	zlib-.tar.gz is available from:
	ftp://ftp.freesoftware.com/pub/infozip/zlib/zlib.tar.gz

	If you have a previous version of svgalib you might need to tweak 
	/etc/vga/libvga.config (vesa chipset probably works best)
Follow the instructions of svgalib and readline to compile and install both.
briefly:
	change to svgalib directory after untarring the file
	for svgalib, be root and type 'make install'
	
	change to readline directory after untarring file
	for readline be root and type 'make everything' if you want both shared and static libraries. (else only 'make shared')

	change to dnacgr directory (this directory) and type 'make'

	be root and type 'make install'
	
	type 'dnacgr' and enjoy..

If you need to do unusual things to compile this program, please let me know.
