Ignore:
Timestamp:
Dec 23, 2003, 6:01:38 PM (19 years ago)
Author:
Sam Hocevar
Message:
  • configure.ac NEWS: + Prepared release 0.4.
  • src/graphics.c README BUGS TODO: + Updated documentation.
  • Makefile.am doc/Makefile.am: + Install the generated doxygen documentation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/README

    r258 r270  
    55   o  Run configure then make. Useful configure flags are:
    66
    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
    1011
    1112   o  Cross-compilation example:
    1213 
    13      ./configure --enable-conio --host=i386-pc-msdosdjgpp
     14     ./configure --disable-ncurses --enable-conio --host=i386-pc-msdosdjgpp
    1415
    1516
Note: See TracChangeset for help on using the changeset viewer.