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 3c68d1e054 * The big TTYvaders/libcaca split. This is libcaca. il y a 21 ans
autotools * Moved generated autotools files to the autotools/ directory. il y a 22 ans
debian * The big TTYvaders/libcaca split. This is libcaca. il y a 21 ans
libcaca * configure.ac: il y a 21 ans
test * Renamed libee to libcaca. Far less collisions. il y a 21 ans
.cvsignore * Moved generated autotools files to the autotools/ directory. il y a 22 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 * The big TTYvaders/libcaca split. This is libcaca. 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 * The big TTYvaders/libcaca split. This is libcaca. 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