﻿Ascii Design is an ascii art editor written in C++.
This program uses Qt4 libraries and figlet.


If you want to compile and INSTALL Ascii Design under linux you'll need cmake >= 2.4,
Qt4 and figlet.

a) Compiling and installing Ascii Design using cmake:

mkdir build
cd build
cmake ..
make
make install (as root)

b) Compiling Ascii Design without cmake:

1. Run qmake (qt4 version);
2. Run make

To use Ascii Design you'll need to install figlet (http://www.figlet.org/) using your package manager.

Run Ascii Design and set figlet executable path and figlet fonts path from the options dialog at first start up.

You can download additional figlet fonts at http://ascii-design.sourceforge.net//figlet_fonts.zip

E-Mail: faster3ck@gmail.com
Author web site: http://fasterindesign.altervista.org/
Ascii Design: http://ascii-design.sourceforge.net/
