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

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