vlc/bindings/java
Filippo Carone de94406f00 jvlc #23: make native resources release explicit 2009-01-11 00:54:54 +01:00
..
core jvlc #23: make native resources release explicit 2009-01-11 00:54:54 +01:00
extras java binding: automatic conversion tool for JNA 2008-04-06 17:50:50 +02:00
samples jvlc: sample client version 1.0.0-snapshot 2008-12-22 10:07:08 +01:00
.gitignore ignore samples/target folder 2008-03-20 20:44:38 +01:00
README some basic info on how to use mvn added 2008-03-16 13:45:53 +01:00
THANKS Adrien added to thanks 2008-03-15 16:33:18 +01:00
TODO Make audio functions compliant with current libvlc 2006-12-26 16:41:21 +00:00
pom.xml update version and distribution management 2008-12-14 22:26:04 +01:00

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.