]> git.sesse.net Git - vlc/blobdiff - bindings/java/README
bindings: remove java, phonon and python-ctypes. They moved to a dedicated git.
[vlc] / bindings / java / README
diff --git a/bindings/java/README b/bindings/java/README
deleted file mode 100644 (file)
index 231d8d2..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-
-            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.