]> git.sesse.net Git - vlc/commitdiff
some basic info on how to use mvn added
authorFilippo Carone <littlejohn@videolan.org>
Sun, 16 Mar 2008 12:45:53 +0000 (13:45 +0100)
committerFilippo Carone <littlejohn@videolan.org>
Sun, 16 Mar 2008 12:45:53 +0000 (13:45 +0100)
bindings/java/README

index 2b438f4692eb275dafe26265568e41ac5129c8fe..231d8d23d4e651de97899a7580badcc173b02d78 100644 (file)
@@ -2,8 +2,8 @@
             First of all, this is a *developers* only version
 
 
-Compiling JVLC
---------------
+How to compile JVLC
+-------------------
 
  JVLC uses maven2 as a project the management tool, take a look at
 
@@ -19,7 +19,21 @@ mvn install
 
 mvn eclipse:eclipse
 
- and the import as an existing Java project.
+ 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