Changeset 270 for libcaca/trunk/README
- Timestamp:
- Dec 23, 2003, 6:01:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/README
r258 r270 5 5 o Run configure then make. Useful configure flags are: 6 6 7 --enable-ncurses: use the ncurses library (default) 8 --enable-slang: use the SLang library 9 --enable-conio: use MS-DOS conio.h 7 --enable-ncurses: support for the ncurses library (default enabled) 8 --enable-slang: add support for the SLang library 9 --enable-conio: add support for MS-DOS conio.h 10 --enable-x11: add support for native X11 rendering 10 11 11 12 o Cross-compilation example: 12 13 13 ./configure -- enable-conio --host=i386-pc-msdosdjgpp14 ./configure --disable-ncurses --enable-conio --host=i386-pc-msdosdjgpp 14 15 15 16
Note: See TracChangeset
for help on using the changeset viewer.