Skip to content

Installation

Giuliano Casale edited this page Jun 23, 2017 · 17 revisions

Installing QT-LIB

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.

Clone this wiki locally