Skip to content
Snippets Groups Projects
Commit 929ea678 authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

updates for docs

parent d0f55dea
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ environment: ...@@ -4,7 +4,7 @@ environment:
matrix: matrix:
- job_name: Windows Build - job_name: Windows Build
appveyor_build_worker_image: Visual Studio 2015 appveyor_build_worker_image: Visual Studio 2019
- job_name: Linux Build - job_name: Linux Build
appveyor_build_worker_image: Ubuntu appveyor_build_worker_image: Ubuntu
- job_name: macOS Build - job_name: macOS Build
......
Last Updated: 18 October 2016 Last Updated: 18 October 2016
This file describes how to build TSK using Visual Studio 2015 (see This file describes how to build TSK using Visual Studio 2019 (see
README_win32.txt for instructions on building the win32 libraries and README_win32.txt for instructions on building the win32 libraries and
executables from Linux). executables from Linux).
...@@ -8,15 +8,21 @@ executables from Linux). ...@@ -8,15 +8,21 @@ executables from Linux).
Installing Visual Studio Installing Visual Studio
If you do not have a copy of Visual Studio, you can use the free If you do not have a copy of Visual Studio, you can use the free
Community Edition: Community Edition which can be downloaded after creating an
account with Microsoft:
http://www.microsoft.com/express/vc/
https://my.visualstudio.com/Downloads?q=visual%20studio%202019%20community&wt.mc_id=o~msft~vscom~older-downloads
When installing it, choose to do a custom installation to ensure
that Visual C++ is added. You will also need to choose support to make When installing,
XP executables. - In the "Workloads" tab, select "Desktop development with C++".
- In the "Installation Details" panel on the right, additionally select:
- "C++/CLI support for 142 build tools.."
- "MSVC 141 - VS 2017 C++ x64/x86 build tools"
- Under the "Individual components" tab in the "Compilers, build tools
and runtimes" section, select "C++ Windows XP Support for VS 2017
(v141) tools [Deprecated]"
Building Building
There are four build targets: There are four build targets:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment