Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Sam Hocevar ea0d1101f7 * src/io.c src/caca.h: il y a 21 ans
autotools * Removed legacy .cvsignore files. il y a 21 ans
debian * The big TTYvaders/libcaca split. This is libcaca. il y a 21 ans
examples * src/io.c src/caca.h: il y a 21 ans
src * src/io.c src/caca.h: il y a 21 ans
BUGS * libee/ee.h: il y a 21 ans
COPYING * The big TTYvaders/libcaca split. This is libcaca. il y a 21 ans
Makefile.am * 2nd pass in the libcaca rehandling; moved sources to src/ and examples il y a 21 ans
README * The big TTYvaders/libcaca split. This is libcaca. il y a 21 ans
TODO * The big TTYvaders/libcaca split. This is libcaca. il y a 21 ans
bootstrap * The big TTYvaders/libcaca split. This is libcaca. il y a 21 ans
configure.ac * 2nd pass in the libcaca rehandling; moved sources to src/ and examples il y a 21 ans

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