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 8a07f6f08d * 2nd pass in the libcaca rehandling; moved sources to src/ and examples преди 21 години
autotools * Moved generated autotools files to the autotools/ directory. преди 22 години
debian * The big TTYvaders/libcaca split. This is libcaca. преди 21 години
examples * 2nd pass in the libcaca rehandling; moved sources to src/ and examples преди 21 години
src * 2nd pass in the libcaca rehandling; moved sources to src/ and examples преди 21 години
.cvsignore * Moved generated autotools files to the autotools/ directory. преди 22 години
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