You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Filippo Carone de94406f00 jvlc #23: make native resources release explicit 18 years ago
..
core jvlc #23: make native resources release explicit 18 years ago
extras java binding: automatic conversion tool for JNA 18 years ago
samples jvlc: sample client version 1.0.0-snapshot 18 years ago
.gitignore ignore samples/target folder 18 years ago
README some basic info on how to use mvn added 18 years ago
THANKS Adrien added to thanks 18 years ago
TODO Make audio functions compliant with current libvlc 20 years ago
pom.xml update version and distribution management 18 years ago

README


First of all, this is a *developers* only version


How to compile JVLC
-------------------

JVLC uses maven2 as a project the management tool, take a look at

http://maven.apache.org

to download and for general instructions on how to use it.

To compile the project, run from the bindings/java folder:

mvn install

To import the jvlc project into the eclipse IDE:

mvn eclipse:eclipse

and then import as an existing Java project.


How to run the sample client
----------------------------

1. mvn install (in bindings/java)

2. mvn package exec:java (in bindings/java/samples/client)


How to create the jvlc site
---------------------------

1. mvn site



Happy playing.