]> git.sesse.net Git - vlc/blob - bindings/java/README
2b438f4692eb275dafe26265568e41ac5129c8fe
[vlc] / bindings / java / README
1
2             First of all, this is a *developers* only version
3
4
5 Compiling JVLC
6 --------------
7
8  JVLC uses maven2 as a project the management tool, take a look at
9
10 http://maven.apache.org
11
12  to download and for general instructions on how to use it.
13
14  To compile the project, run from the bindings/java folder:
15
16 mvn install
17
18  To import the jvlc project into the eclipse IDE:
19
20 mvn eclipse:eclipse
21
22  and the import as an existing Java project.
23
24
25
26  Happy playing.