Skip to content
Snippets Groups Projects
Commit 98777969 authored by eugene.livis's avatar eugene.livis
Browse files

Merge branch 'develop' of https://github.com/sleuthkit/sleuthkit into develop

parents c4ac7af6 8c77c122
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,14 +8,20 @@ executables from Linux). ...@@ -8,14 +8,20 @@ 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment