Installation

Stable release

To install qOffer_2.0, run this command in your terminal:

$ mvn install

This is the preferred method to install qOffer_2.0, as it will always install the most recent stable release.

If you don’t have maven installed you can get it from here

From sources

The sources for qOffer_2.0 can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/qbicsoftware/qOffer_2.0

Or download the tarball:

$ curl -OJL https://github.com/qbicsoftware/qOffer_2.0/tarball/master

Once you have a copy of the source, you can install it with:

$ mvn install