Skip to content

Commit 00d95fa

Browse files
committed
2 parents 4e8d421 + 9f2b22f commit 00d95fa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,17 @@ The resolution should not be confused with accuracy here, the recorded timestamp
238238

239239
How to build
240240
------------
241-
This is a Visual Studio 2017 project targeted to v140_XP, we plan to move to v141 soon.
241+
This project has a special configuration:
242+
- 32bit debug/release configurations are targeted to v140_XP, SDK v7.0 (windows XP SP3 and up)
243+
- 64bit debug/release configurations are targeted to v141, SDK v8.1 (runs on windows 7 and up)
244+
242245
The projects are configured to use Nuget to get there dependencies (boost and WTL)
243246
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.
244247

248+
Since we use ATL and support Windows XP still some extra installation options are required, verify that the following option are installed:
249+
250+
![VS2017 Option screen](art/vs2017_options.png "VS2017 Option screen")
251+
245252
- zip.exe, http://gnuwin32.sourceforge.net/packages/zip.htm, choose [zip-3.0-setup.exe]
246253
decompress the archive and you're done (add zip.exe to the path)
247254

0 commit comments

Comments
 (0)