Ver código fonte

* Slightly updated README.

tags/v0.99.beta14
Sam Hocevar sam 18 anos atrás
pai
commit
d4395ffa42
1 arquivos alterados com 3 adições e 8 exclusões
  1. +3
    -8
      README

+ 3
- 8
README Ver arquivo

@@ -8,6 +8,8 @@ Building libcaca
--enable-slang: support for the SLang library
--enable-conio: support for MS-DOS conio.h
--enable-x11: support for native X11 rendering
--enable-gl: support for OpenGL rendering
--enable-win32: support for the Windows console

--disable-imlib2: remove Imlib2 support in cacaview

@@ -20,20 +22,13 @@ Building libcaca

Using libcaca

o Look into the examples/ directory for simple source code examples.
o Look into the src/ directory for source code examples.

o Compiling a libcaca program is fairly simple:

gcc -c foobar.c -o foobar.o `caca-config --cflags`
gcc foobar.o -o foobar `caca-config --libs`

o If you are writing a shared object that uses libcaca, either a
dynamically loadable plug-in or a shared library, you should use
the `--plugin-libs' flag for libcaca:

gcc -fPIC -c libfoo.c -o libfoo.o `caca-config --cflags`
gcc -shared libfoo.o -o libfoo.so `caca-config --plugin-libs`


Binary packages



Carregando…
Cancelar
Salvar