Skip to content

Installation

Giuliano Casale edited this page Jul 8, 2017 · 17 revisions

Getting started with QT-LIB

You can automatically retrieve the JAR from Maven Central. You will need to add this dependency to your pom.xml file:

<dependency>
    <groupId>com.github.dice-project</groupId>
    <artifactId>qt-lib</artifactId>
    <version>1.0.0</version>
</dependency>

Alternatively, checkout the project and include qt-lib-1.0.0-jar-with-dependencies.jar in your Java classpath.

You are now ready to use the QT library functions.

Compiling QT-LIB

Checkout the project and run from the trunk/ directory

mvn package

The qt-lib-1.0.0-jar-with-dependencies.jar file is now available under the target/ directory.

Installing QT-GEN

Check out the entire repository.

svn co https://github.com/dice-project/DICE-Quality-Testing/

Start MATLAB from the DICE-Quality-Testing folder.

cd qt-gen/; addpath(genpath(pwd))

QT-GEN is now ready for use.