From 52608f88054c20dbb5672f11f12ef3e8b7295e17 Mon Sep 17 00:00:00 2001 From: hasherezade Date: Fri, 14 Aug 2020 19:44:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f1f38a..eeba72a 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,5 @@ i.e. How to build? - -To compile the prepared project you need to use [Visual Studio >= 2012](https://visualstudio.microsoft.com/downloads/). It was tested with [Intel Pin 3.7 and Pin 3.10](https://software.intel.com/en-us/articles/pin-a-binary-instrumentation-tool-downloads).
+To compile the prepared project you need to use [Visual Studio >= 2012](https://visualstudio.microsoft.com/downloads/). It was tested with [Intel Pin 3.16](https://software.intel.com/en-us/articles/pin-a-binary-instrumentation-tool-downloads).
Clone this repo into `\source\tools` that is inside your Pin root directory. Open the project in Visual Studio and build. More details about the installation and usage you will find on [the project's Wiki](https://github.com/hasherezade/tiny_tracer/wiki).