-
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.
Below points are required to build Webcam Capture project:
- Git installed and available in $PATH,
- Maven installed and available in $PATH,
Clone Webcam Capture Github repository:
$ git clone git://github.com/sarxos/webcam-capture.git
$ cd webcam-capture
$ mvn clean install
Ignore next point if you need JARs only (without ZIP files).
$ 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
Same for example projects.