You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sam Hocevar ea0d1101f7 * src/io.c src/caca.h: 21 years ago
autotools * Removed legacy .cvsignore files. 21 years ago
debian * The big TTYvaders/libcaca split. This is libcaca. 21 years ago
examples * src/io.c src/caca.h: 21 years ago
src * src/io.c src/caca.h: 21 years ago
BUGS * libee/ee.h: 21 years ago
COPYING * The big TTYvaders/libcaca split. This is libcaca. 21 years ago
Makefile.am * 2nd pass in the libcaca rehandling; moved sources to src/ and examples 21 years ago
README * The big TTYvaders/libcaca split. This is libcaca. 21 years ago
TODO * The big TTYvaders/libcaca split. This is libcaca. 21 years ago
bootstrap * The big TTYvaders/libcaca split. This is libcaca. 21 years ago
configure.ac * 2nd pass in the libcaca rehandling; moved sources to src/ and examples 21 years ago

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