diff --git a/README.md b/README.md index d670cd8..4d42130 100644 --- a/README.md +++ b/README.md @@ -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`.