Skip to content

Commit

Permalink
Merge pull request #657 from LinqLover/docs/HowToBuild/win-cygwin-path
Browse files Browse the repository at this point in the history
Revise docs on HowToBuild on Windows: cygwin tools must be in PATH [ci skip]
  • Loading branch information
eliotmiranda committed Mar 21, 2023
1 parent b73339e commit 41bf62f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions building/win32x86/HowToBuild
Expand Up @@ -109,6 +109,7 @@ If building from mingw32, it may be necessary to omit the tool prefix:

MSVC 1. Install the tools:
- follow step Cygwin 1. Install the tools
- Make sure that the tools directory (e.g., C:\cygwin\bin) is in your PATH environment variable
- Install Visual Studio Community from https://visualstudio.microsoft.com/downloads/

MSVC 2. Build
Expand Down
1 change: 1 addition & 0 deletions building/win64x64/HowToBuild
Expand Up @@ -104,6 +104,7 @@ If building from mingw64, it may be necessary to omit the tool prefix:

MSVC 1. Install the tools:
- follow step Cygwin 1. Install the tools
- Make sure that the tools directory (e.g., C:\cygwin\bin) is in your PATH environment variable
- Install Visual Studio Community from https://visualstudio.microsoft.com/downloads/

MSVC 2. Build
Expand Down

0 comments on commit 41bf62f

Please sign in to comment.