您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
Sam Hocevar 72b545abce * TODO: New stuff to do. 21 年前
autotools * Removed legacy .cvsignore files. 21 年前
debian * The big TTYvaders/libcaca split. This is libcaca. 21 年前
examples * src/io.c: 21 年前
src * TODO: New stuff to do. 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 * TODO: New stuff to do. 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