- $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
-
|