Skip to content

christofferqa/R4

 
 

Repository files navigation

WebERA

Install instructions:

  1. Install the extended version of EventRacer from https://github.com/sema/EventRacer.

Assuming that the prerequisites have been installed in advance:

git clone https://github.com/sema/EventRacer ~/R4-EventRacer
cd ~/R4-EventRacer
./build.sh
  1. Clone the R4 repository:
git clone https://github.com/eth-srl/R4 ~/R4
  1. Prepare the environment:
export WEBERA_DIR=~/R4
export EVENTRACER_DIR=~/R4-EventRacer
export LD_LIBRARY_PATH=~/R4/WebKitBuild/Release/lib
export QTDIR=/usr/share/qt4
export PATH=$QTDIR/bin:$PATH
  1. Build WebKit:
cd ~/R4
./build.sh

Running

To run R4 on foo.bar:

cd ~/R4/R4
./r4.sh foo.bar

The output is stored in ~/R4/R4/output/foo-bar. To generate a report from the output into ~/R4/R4/report/foo-bar issue the following command:

cd ~/R4/R4
./utils/batch-report/report.py website output report foo-bar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.1%
  • JavaScript 9.6%
  • Python 5.7%
  • C 5.1%
  • Objective-C++ 4.9%
  • Perl 1.7%
  • Other 3.9%