Project

General

Profile

Installation Guide » History » Version 6

Alexander Kamkin, 12/12/2014 11:20 AM

1 1 Alexander Kamkin
h1. Installation Guide
2
3 4 Alexander Kamkin
{{toc}}
4
5 1 Alexander Kamkin
h2. Eclipse IDE Installation
6
7 5 Alexander Kamkin
The "Retrascope IDE":http://forge.ispras.ru/projects/retrascope-ide is implemented as an "Eclipse IDE":http://www.eclipse.org plugin. Thus, "Eclipse IDE":http://www.eclipse.org is the first thing you need to install (except "JDK":http://www.oracle.com/technetwork/java/javase/downloads/index.html):
8 1 Alexander Kamkin
9 6 Alexander Kamkin
# Download the "Eclipse IDE":http://www.eclipse.org package (Kepler or Luna) from http://www.eclipse.org and unpack it.
10 5 Alexander Kamkin
11 1 Alexander Kamkin
h2. Solver Installation
12
13 5 Alexander Kamkin
The "Retrascope":http://forge.ispras.ru/projects/retrascope core uses the "Z3":http://z3.codeplex.com solver to perform analysis of HDL descriptions. To install "Z3":http://z3.codeplex.com and make "Retrascope":http://forge.ispras.ru/projects/retrascope able to work with it, perform the following steps:
14 1 Alexander Kamkin
15 5 Alexander Kamkin
# Download the "Z3":http://z3.codeplex.com package from http://z3.codeplex.com and unpack it.
16 1 Alexander Kamkin
# Specify the @SMT_SOLVER_PATH@ environment variable (it should point to the Z3 executable file).
17 2 Alexander Kamkin
18
h2. Zest Installation
19
20 3 Alexander Kamkin
Some of the "Retrascope IDE":http://forge.ispras.ru/projects/retrascope-ide engines depends on the Zest framework (e.g., it is used to visualize CFG and EFSM models). It is recommended to install it before working with the environment:
21 2 Alexander Kamkin
22
# TODO
23
# TODO
24
25
h2. Veditor Installation
26
27
# TODO
28
# TODO