No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Sam Hocevar 40b987fb1b * src/blit.c: 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
examples * src/blit.c: hace 21 años
src * src/blit.c: 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 * 2nd pass in the libcaca rehandling; moved sources to src/ and examples 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 * 2nd pass in the libcaca rehandling; moved sources to src/ and examples 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