Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Sam Hocevar 8a07f6f08d * 2nd pass in the libcaca rehandling; moved sources to src/ and examples 21 lat temu
autotools * Moved generated autotools files to the autotools/ directory. 22 lat temu
debian * The big TTYvaders/libcaca split. This is libcaca. 21 lat temu
examples * 2nd pass in the libcaca rehandling; moved sources to src/ and examples 21 lat temu
src * 2nd pass in the libcaca rehandling; moved sources to src/ and examples 21 lat temu
.cvsignore * Moved generated autotools files to the autotools/ directory. 22 lat temu
BUGS * libee/ee.h: 21 lat temu
COPYING * The big TTYvaders/libcaca split. This is libcaca. 21 lat temu
Makefile.am * 2nd pass in the libcaca rehandling; moved sources to src/ and examples 21 lat temu
README * The big TTYvaders/libcaca split. This is libcaca. 21 lat temu
TODO * The big TTYvaders/libcaca split. This is libcaca. 21 lat temu
bootstrap * The big TTYvaders/libcaca split. This is libcaca. 21 lat temu
configure.ac * 2nd pass in the libcaca rehandling; moved sources to src/ and examples 21 lat temu

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