aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-25 12:26:30 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-25 12:26:30 +0300
commit6b56721c8be87ecc20fa06e4513c18562e35bad7 (patch)
tree9c45b20f5fccf2b274a63ed788dcd26bbfeb7cb0
parenttest: pylint/pep8 fixes (diff)
downloadaes-tools-6b56721c8be87ecc20fa06e4513c18562e35bad7.tar.gz
aes-tools-6b56721c8be87ecc20fa06e4513c18562e35bad7.zip
README: VS 2013 doesn't work
-rw-r--r--README.md6
1 files 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
...