diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-25 12:26:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-25 12:26:30 +0300 |
commit | 6b56721c8be87ecc20fa06e4513c18562e35bad7 (patch) | |
tree | 9c45b20f5fccf2b274a63ed788dcd26bbfeb7cb0 | |
parent | test: pylint/pep8 fixes (diff) | |
download | aes-tools-6b56721c8be87ecc20fa06e4513c18562e35bad7.tar.gz aes-tools-6b56721c8be87ecc20fa06e4513c18562e35bad7.zip |
README: VS 2013 doesn't work
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ... |