diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -11,12 +11,11 @@ Also install Python, Subversion, and Git and make sure they're in your path. ### Windows development -PDFium uses a similar Windows toolchain as Chromium: +PDFium uses the same build tool as Chromium: #### Open source contributors -Visual Studio 2015 Update 2 or later is highly recommended. Visual Studio 2015 -is current default version, run `set GYP_MSVS_VERSION=2017` when you use Visual -Studio 2017. +Please refer to [Chromium's Visual Studio set up](https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md#visual-studio) +for requirements and instructions on build environment configuration. Run `set DEPOT_TOOLS_WIN_TOOLCHAIN=0`, or set that variable in your global environment. |