Skip to content

Installation

Giuliano Casale edited this page Mar 14, 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.

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. For an example, run:

qt_gen_main

The example reads wc2014-100.json and generates the new trace wc2014-generated.json. The number of messages included in the new trace can be defined through the nMessages parameter in qt_config.xml.

Clone this wiki locally