Skip to content

Commit

Permalink
docs: further clarify dependencies when using pre-build releases
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoessbauer committed Mar 25, 2019
1 parent baf32c4 commit 09c2c74
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@ and user-level synchronization cannot be detected.

## Dependencies

### Runtime

When using the pre-build releases, only DynamoRIO is required:

- [DynamoRIO](https://github.com/DynamoRIO/dynamorio) 7.1.x (use weekly releases)

### Development

- CMake > 3.8
- [DynamoRIO](https://github.com/DynamoRIO/dynamorio) 7.0.x || 7.1.x (use weekly releases)
- Prebuild releases require DynamoRIO > 7.1.x
- DRace source releases work with 7.0.x and 7.1.x
- C++11 / C99 Compiler
- [DynamoRIO](https://github.com/DynamoRIO/dynamorio) > 7.0.x

For detailed information on all dependencies, see `DEPENDENCIES.md`.

Expand Down

0 comments on commit 09c2c74

Please sign in to comment.