Changeset 566
- Timestamp:
- Mar 9, 2006, 1:43:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/README
r331 r566 9 9 --enable-conio: support for MS-DOS conio.h 10 10 --enable-x11: support for native X11 rendering 11 --enable-gl: support for OpenGL rendering 12 --enable-win32: support for the Windows console 11 13 12 14 --disable-imlib2: remove Imlib2 support in cacaview … … 21 23 Using libcaca 22 24 23 o Look into the examples/ directory for simplesource code examples.25 o Look into the src/ directory for source code examples. 24 26 25 27 o Compiling a libcaca program is fairly simple: … … 27 29 gcc -c foobar.c -o foobar.o `caca-config --cflags` 28 30 gcc foobar.o -o foobar `caca-config --libs` 29 30 o If you are writing a shared object that uses libcaca, either a31 dynamically loadable plug-in or a shared library, you should use32 the `--plugin-libs' flag for libcaca:33 34 gcc -fPIC -c libfoo.c -o libfoo.o `caca-config --cflags`35 gcc -shared libfoo.o -o libfoo.so `caca-config --plugin-libs`36 31 37 32
Note: See TracChangeset
for help on using the changeset viewer.