Aalib
From wikiPodLinux
Aalib (http://aa-project.sourceforge.net/aalib/) is a portable ASCII art graphics library.
I have started porting aalib to the iPod. The following HOWTO will build an aalib suitable for use on the iPod, and install it in /home/foo/localbuild.
[edit]
HOWTO
apt-get source aalib dpkg-source -x aalib_1.4p5-30.dsc cd aalib-1.4p5 wget http://ipodlinux.org/images/f/f5/Aalib.patch.txt mv Aalib.patch.txt Aalib.patch patch -p1 < Aalib.patch libtoolize -c -f autoreconf -i CFLAGS="-Wl,-elf2flt" ./configure --host=arm-elf --without-x11-driver --without-slang-driver --without-curses-driver --without-x --prefix=/home/foo/localbuild make install
[edit]
Notes
- This HOWTO is currently Debian specific.
