| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Using aalib to display ASCII-Art

Page history last edited by Will 13 years, 5 months ago

Get and Untar

Download and untar aalib

$ wget http://sourceforge.net/projects/aa-project/files/aa-lib/1.2/aalib-1.2.tar.gz
$ tar xvf aalib-1.2.tar.gz

 

Configure

$ cd aalib-1.2

$ ./configure --host=localhost

 

Make and Install

$ make
$ make install

 

Run

Run a demo application that uses aalib

$ export DISPLAY=:0.0

$ xterm -fg red -bg black -e "./aafire"

 

 

 

Get

$ wget http://sourceforge.net/projects/aa-project/files/aa-lib/1.2/aalib-1.2.tar.gz
$ tar xvf aalib-1.2.tar.gz

 

Make and Install

./configure --host=localhost
make
make install

 

Run

$ ./aafire

Get

$ wget http://sourceforge.net/projects/aa-project/files/aa-lib/1.2/aalib-1.2.tar.gz
$ tar xvf aalib-1.2.tar.gz

 

Make and Install

./configure --host=localhost
make
make install

 

Run

$ ./aafire

Comments (0)

You don't have permission to comment on this page.