Sam Hocevar 3c68d1e054 * The big TTYvaders/libcaca split. This is libcaca. hace 21 años
autotools * Moved generated autotools files to the autotools/ directory. hace 22 años
debian * The big TTYvaders/libcaca split. This is libcaca. hace 21 años
libcaca * configure.ac: hace 21 años
test * Renamed libee to libcaca. Far less collisions. hace 21 años
.cvsignore * Moved generated autotools files to the autotools/ directory. hace 22 años
BUGS * libee/ee.h: hace 21 años
COPYING * The big TTYvaders/libcaca split. This is libcaca. hace 21 años
Makefile.am * The big TTYvaders/libcaca split. This is libcaca. hace 21 años
README * The big TTYvaders/libcaca split. This is libcaca. hace 21 años
TODO * The big TTYvaders/libcaca split. This is libcaca. hace 21 años
bootstrap * The big TTYvaders/libcaca split. This is libcaca. hace 21 años
configure.ac * The big TTYvaders/libcaca split. This is libcaca. hace 21 años

README

$Id$

Building libcaca

o Run configure then make. Useful configure flags are:

--enable-slang: use the SLang library (default)
--enable-ncurses: use the ncurses library
--enable-conio: use MS-DOS conio.h

o Cross-compilation example:

./configure --enable-conio --host=i386-pc-msdosdjgpp