Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Salim Al-Sibahi committed Sep 16, 2015
1 parent f792188 commit d5a1fda
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ p3-tool

A reconfigurator tool for fPromela with support for variability abstractions.

> Info: The tool now supports basic calculus (June 9th 2015)
You can retrieve the tool from <http://ahmadsalim.github.io/p3-tool>; to install the tool, download the repository, get the latest version of the [Haskell Platform](https://www.haskell.org/platform/) and run `cabal install` in the directory containing the `p3-tool` cabal file.

You can retrieve the tool from <http://ahmadsalim.github.io/p3-tool>; to install the tool, download the repository, get the latest version of the [Haskell Platform](https://www.haskell.org/platform/) and run `cabal install` in the directory containing the `p3-tool` cabal file.
The Z3 theorem prover is a prerequisite for running the tool, and the tool assumes that the `z3` executable is available on the `PATH` in your environment. You can retrieve the Z3 binaries from <https://github.com/Z3Prover/z3/releases>.

The tool has been tested on Mac OS X 10.10, but should work on any *nix platform.
It _may_ work on Windows with Cygwin or *nix-like environment, but this has not been tested.
The tool has been tested on Mac OS X 10.10 and Windows 7, but should otherwise also work on any *nix platform and newer Windows versions.
Assuming that Haskell binaries are in your `PATH`, you can run the tool by writing `p3-fpromela --input [input_file]` where `[input_file]` is the path to your fPromela and corresponding TVL file without file extension.


Expand Down

0 comments on commit d5a1fda

Please sign in to comment.