您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
Sam Hocevar 3c68d1e054 * The big TTYvaders/libcaca split. This is libcaca. 22 年前
autotools * Moved generated autotools files to the autotools/ directory. 23 年前
debian * The big TTYvaders/libcaca split. This is libcaca. 22 年前
libcaca * configure.ac: 22 年前
test * Renamed libee to libcaca. Far less collisions. 22 年前
.cvsignore * Moved generated autotools files to the autotools/ directory. 23 年前
BUGS * libee/ee.h: 22 年前
COPYING * The big TTYvaders/libcaca split. This is libcaca. 22 年前
Makefile.am * The big TTYvaders/libcaca split. This is libcaca. 22 年前
README * The big TTYvaders/libcaca split. This is libcaca. 22 年前
TODO * The big TTYvaders/libcaca split. This is libcaca. 22 年前
bootstrap * The big TTYvaders/libcaca split. This is libcaca. 22 年前
configure.ac * The big TTYvaders/libcaca split. This is libcaca. 22 年前

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