root/bindings/java/README

Revision fc14fe5dd6af97130558a77fbd60e1fdbb54165c, 0.7 kB (checked in by Filippo Carone <littlejohn@videolan.org>, 6 months ago)

some basic info on how to use mvn added

  • Property mode set to 100644
Line 
1
2             First of all, this is a *developers* only version
3
4
5 How to compile 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 then import as an existing Java project.
23
24
25 How to run the sample client
26 ----------------------------
27
28  1. mvn install (in bindings/java)
29
30  2. mvn package exec:java (in bindings/java/samples/client)
31
32
33 How to create the jvlc site
34 ---------------------------
35
36  1. mvn site
37
38
39
40  Happy playing.
Note: See TracBrowser for help on using the browser.