From 6b56721c8be87ecc20fa06e4513c18562e35bad7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 25 Dec 2019 12:26:30 +0300 Subject: README: VS 2013 doesn't work --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cd9dc3..0d92fc1 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ Therefore, the Boost libraries must also link them statically. You can link the runtime dynamically by passing `-D CC_STATIC_RUNTIME=OFF` to `cmake`. * **Example.** -Using Visual Studio 2013 (targeting x86), build & install the release version +Using Visual Studio 2015 (targeting x86), build & install the release version to C:\aes-tools: - > cmake -G "Visual Studio 12 2013" -A Win32 ^ - -D BOOST_ROOT=C:\path\to\boost_1_58_0 ^ + > cmake -G "Visual Studio 14 2015" -A Win32 ^ + -D BOOST_ROOT=C:\path\to\boost ^ C:\path\to\aes-tools ... -- cgit v1.2.3