Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
fc14fe5d
Commit
fc14fe5d
authored
Mar 16, 2008
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some basic info on how to use mvn added
parent
12c70d4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
bindings/java/README
bindings/java/README
+17
-3
No files found.
bindings/java/README
View file @
fc14fe5d
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
First of all, this is a *developers* only version
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
JVLC uses maven2 as a project the management tool, take a look at
...
@@ -19,7 +19,21 @@ mvn install
...
@@ -19,7 +19,21 @@ mvn install
mvn eclipse:eclipse
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment