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 年之前
autotools * Removed legacy .cvsignore files. 21 年之前
debian * The big TTYvaders/libcaca split. This is libcaca. 21 年之前
examples * src/io.c src/caca.h: 21 年之前
src * src/io.c src/caca.h: 21 年之前
BUGS * libee/ee.h: 21 年之前
COPYING * The big TTYvaders/libcaca split. This is libcaca. 21 年之前
Makefile.am * 2nd pass in the libcaca rehandling; moved sources to src/ and examples 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 * 2nd pass in the libcaca rehandling; moved sources to src/ and examples 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