Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Sam Hocevar 2f1ca4a550 Refactor a few things in the makefiles. 8 anni fa
..
examples build: fix the WTFPL homepage and copyright information. 12 anni fa
org/zoy/caca build: fix the WTFPL homepage and copyright information. 12 anni fa
.gitignore Build Java examples and add wrapper scripts to run them. 15 anni fa
Makefile.am Refactor a few things in the makefiles. 8 anni fa
README Large source code cleanup, getting rid of spaces, tabs, and svn keywords. 15 anni fa
caca_java_common.c build: fix the WTFPL homepage and copyright information. 12 anni fa
caca_java_common.h build: fix the WTFPL homepage and copyright information. 12 anni fa
org_zoy_caca_Attribute.c build: fix the WTFPL homepage and copyright information. 12 anni fa
org_zoy_caca_Caca.c build: fix the WTFPL homepage and copyright information. 12 anni fa
org_zoy_caca_Canvas.c build: fix the WTFPL homepage and copyright information. 12 anni fa
org_zoy_caca_Display.c build: fix the WTFPL homepage and copyright information. 12 anni fa
org_zoy_caca_Dither.c build: fix the WTFPL homepage and copyright information. 12 anni fa
org_zoy_caca_Event.c build: fix the WTFPL homepage and copyright information. 12 anni fa
org_zoy_caca_Font.c build: fix the WTFPL homepage and copyright information. 12 anni fa

README


Building the libcaca Java bindings

o In the configure step, ensure the --enable-java flag is turned on.

o `make install` will install:
- libjava.so in ${libdir}/jni,
- libjava.jar in ${datadir}/java.


Using the libcaca Java bindings

o Look into examples/ for source code examples.

o Running an application which uses the libcaca Java bindings:

java -Djava.library.path=${libdir}/jni \
-cp ${datadir}/java/libjava.jar:<classpath> <class name>