Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baraaorabi authored Jun 12, 2020
1 parent cf6bdb1 commit 0b37997
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Calib main module has one prerequisite:
- GCC with version 5.2 or higher

### Calib error correction
Calib error correction depends [SPOA](https://github.com/rvaser/spoa) v1.1.3 which in turn depends on CMake v3.2 or higher. However, Calib error correction installation script automatically detects if `cmake` in the `$PATH` is CMake v3.2 or higher. If it's not, then it downloads CMake and v3.12, installs it. Then the installation script will clone SPOA v1.1.3 and install it using CMake.
Calib error correction depends [SPOA](https://github.com/rvaser/spoa) v1.1.3 which in turn depends on CMake v3.
The Makefile for Calib error correction assumes that `cmake` is in the path variable.
However, you can also point to a specific CMake by setting the `$CMAKE` environment variable.

### Calib Simulation
Calib simulation module has some Python3 prerequisites that can be easily satisfied using [Conda](https://conda.io/) package manager:
Expand Down

0 comments on commit 0b37997

Please sign in to comment.