Skip to content

InstallationAndUsage

Boris Glavic edited this page Aug 10, 2017 · 1 revision

Installation

iBench is written in Java using ant for building and ivy to download dependencies. Prerequisites:

Building the system. Run the following command from the main source folder. This will automatically download ivy and use ivy to download jar dependencies. Afterwards, the build will generate a "fat" jar file and create a build folder. Also several shell scripts (.sh for linux and mac and .bat for windows) are copied into the build folder

ant

To test whether iBench is working:

cd build
./iBench.sh -help

Clone this wiki locally