選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Sam Hocevar 40b987fb1b * src/blit.c: 21年前
autotools * Moved generated autotools files to the autotools/ directory. 22年前
debian * The big TTYvaders/libcaca split. This is libcaca. 21年前
examples * src/blit.c: 21年前
src * src/blit.c: 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