Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/djeedjay/DebugViewPP
Browse files Browse the repository at this point in the history
  • Loading branch information
janwilmans committed Aug 22, 2017
2 parents 4e8d421 + 9f2b22f commit 00d95fa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,17 @@ The resolution should not be confused with accuracy here, the recorded timestamp

How to build
------------
This is a Visual Studio 2017 project targeted to v140_XP, we plan to move to v141 soon.
This project has a special configuration:
- 32bit debug/release configurations are targeted to v140_XP, SDK v7.0 (windows XP SP3 and up)
- 64bit debug/release configurations are targeted to v141, SDK v8.1 (runs on windows 7 and up)

The projects are configured to use Nuget to get there dependencies (boost and WTL)
This means that after cloning the GIT repository, you get press 'build', visual studio will download boost and WTL the first time only and then build the project. It is as simple as that... if it is not, contact me (jan), so I can fix any remaining issues.

Since we use ATL and support Windows XP still some extra installation options are required, verify that the following option are installed:

![VS2017 Option screen](art/vs2017_options.png "VS2017 Option screen")

- zip.exe, http://gnuwin32.sourceforge.net/packages/zip.htm, choose [zip-3.0-setup.exe]
decompress the archive and you're done (add zip.exe to the path)

Expand Down

0 comments on commit 00d95fa

Please sign in to comment.