This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit d6afbb20e763746c1431fec010185918c24c5707
tree e7875e659629ef0702fd400f24d08be487249b0b
parent 2e6f5882c41efd13725618c3554b730b26521921
tree e7875e659629ef0702fd400f24d08be487249b0b
parent 2e6f5882c41efd13725618c3554b730b26521921
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
README.textile | ||
| |
lib/ | ||
| |
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









