-
Notifications
You must be signed in to change notification settings - Fork 1.1k
How to build
sarxos edited this page Feb 7, 2013
·
2 revisions
Below is a simple instruction of how to build Webcam Capture project.
Checkout code from Github repository:
$ mkdir projects
$ git://github.com/sarxos/webcam-capture.git
$ cd webcam-capture
$ mvn clean install
If you need JARs only (without ZIP files), ignore next point.
$ mvn clean package -P assembly
Build artifacts (JARs, ZIPs, etc) are located in target
directory under each sub-project folder. E.g. path to the main Webcam Capture JAR will be:
webcam-capture/webcam-capture/target/webcam-capture-[version]-SNAPSHOT.jar
And ZIP will be:
webcam-capture/webcam-capture/target/webcam-capture-[version]-SNAPSHOT-dist.zip