25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sam Hocevar ea0d1101f7 * src/io.c src/caca.h: 21 년 전
autotools * Removed legacy .cvsignore files. 21 년 전
debian * The big TTYvaders/libcaca split. This is libcaca. 21 년 전
examples * src/io.c src/caca.h: 21 년 전
src * src/io.c src/caca.h: 21 년 전
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