public
Description: A Ruby port of the CPAN module, Image-ANSI
Homepage:
Clone URL: git://github.com/lordscarlet/ruby-ansi.git
Click here to lend your support to: ruby-ansi and make a donation at www.pledgie.com !
lordscarlet (author)
Tue Aug 05 21:17:21 -0700 2008
commit  d6afbb20e763746c1431fec010185918c24c5707
tree    e7875e659629ef0702fd400f24d08be487249b0b
parent  2e6f5882c41efd13725618c3554b730b26521921
name age message
file README Loading commit data...
file README.textile
directory lib/
directory test/
README.textile

ruby-ansi

Install

Install Libpng

MAC

http://ethan.tira-thompson.com/Mac%20OS%20X%20Ports.html

Install GD

	
		mkdir ~/src
		cd ~/src
		curl -O http://www.libgd.org/releases/gd-latest.tar.gz
		tar -xfz gd-latest.tar.gz
		cd gd-2.0.34
		./configure
		make
		sudo make install