Browse Source

add requirements

master
Jonathan Cobb 3 years ago
parent
commit
8ed7455779
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      README.md

+ 8
- 0
README.md View File

@@ -67,6 +67,14 @@ JVCL is for people who like CLIs and automation.
JVCL is for people with relatively simple video composition needs (for now), JVCL is for people with relatively simple video composition needs (for now),
since the range of operations supported is limited. since the range of operations supported is limited.


# Requirements
* Java 11
* Maven 3

The first time you run `jvcl`, it will automatically build the JVCL jar file
from sources, using maven and javac. This takes a little time but only needs
to be done once.

# Running JVCL # Running JVCL
Learn more about [running `jvcl`](docs/running.md) and other useful tools. Learn more about [running `jvcl`](docs/running.md) and other useful tools.




Loading…
Cancel
Save