Table of contents
This document describes how to install the Quantum Information Access software in order to develop and run experiments.
The following tools are necessary to run experiments:
The following might be useful to develop:
First check-out the sources by typing (you should create a directory that will contain files relative to the QIA framework and cd into it):
git clone git://qir.git.sourceforge.net/gitroot/qir/bpiwowar-utils qia-utils git clone git://qir.git.sourceforge.net/gitroot/qir/framework qia
Alternatively, if you want to ignore git information, you can type
git archive --remote=git://qir.git.sourceforge.net/gitroot/qir/framework --prefix=qia/ master | tar x git archive --remote=git://qir.git.sourceforge.net/gitroot/qir/bpiwowar-utils --prefix=qia-utils/ master | tar x
Simply type
mvn -f qia-utils/pom.xml install mvn -f qia/pom.xml assembly:assembly
You can now run the main executable for renaissance
bash qia/target/renaissance-0.0.1-SNAPSHOT-bin/scripts/renaissance