Installation Guide » History » Version 12
Andrei Tatarnikov, 03/19/2014 02:16 PM
1 | 7 | Andrei Tatarnikov | |
---|---|---|---|
2 | 1 | Andrei Tatarnikov | h1. Installation Guide |
3 | |||
4 | 7 | Andrei Tatarnikov | |
5 | 1 | Andrei Tatarnikov | *UNDER CONSTRUCTION* |
6 | |||
7 | h2. System requirements: |
||
8 | |||
9 | 9 | Andrei Tatarnikov | MicroTESK is a set of Java-based utilities that are run from the command line. It can be used on *_Windows, Linux and OS X_* machines that have *_JDK 1.6 or later_* installed. To build MicroTESK from source code or to build generated Java models, *_Apache Ant version 1.8_ or later* is required. To generate test data based on constraints, MicroTESK needs *_Microsoft Research Z3_* that can work under the corresponding operating system. |
10 | 1 | Andrei Tatarnikov | |
11 | h2. Installation steps: |
||
12 | |||
13 | # Download and unpack the MicroTESK installation package (the .tar.gz file) to your computer. |
||
14 | 11 | Andrei Tatarnikov | # Open your console terminal and set the <installation folder>/bin as the working directory. |
15 | 12 | Andrei Tatarnikov | # Now you can run the compile.sh (or .bat) script to create a microprocessor model and the generate.sh (or .bat) to generate test for this model. |