Skip to content

Commit

Permalink
Update windows build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Feb 4, 2018
1 parent b0633fd commit e57d359
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion www/WindowsDevelopmentEnvironment.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ LIB environment variables are set properly (as in VCVARS.BAT).

Sample configuration setting up INCLUDE/LIB (see an alternative below):

``` shell
```shell
export MSVC="/c/Program Files (x86)/Microsoft Visual Studio 10.0/vc"
export WSDK="/c/Program Files (x86)/Microsoft SDKs/Windows/v7.0A"
export WSDK_64="/c/Program Files/Microsoft SDKs/Windows/v7.1"
Expand Down Expand Up @@ -83,6 +83,8 @@ This builds the library based on the Visual C++ compiler.
- git
4. Ensure ant, maven, cygwin (64 Bit!) are accessible from the PATH
5. Run
set JAVA_HOME=c:\Program Files\Java\jdk1.8.0_152
set PATH=c:\cygwin64\bin\;%PATH%
"C:\Program Files (x86)\Microsoft Visual C++ Build Tools\vcbuildtools.bat" x64
inside a windows command prompt
6. Point JAVA_HOME to the root of a 64 Bit JDK
Expand All @@ -105,6 +107,8 @@ For 32bit:
- git
4. Ensure ant, maven, cygwin (32 Bit!) are accessible from the PATH
5. Run
set JAVA_HOME=c:\Program Files (x86)\Java\jdk1.8.0_152
set PATH=c:\cygwin\bin\;%PATH%
"C:\Program Files (x86)\Microsoft Visual C++ Build Tools\vcbuildtools.bat" x86
inside a windows command prompt
6. Point JAVA_HOME to the root of a 32 Bit JDK
Expand Down

0 comments on commit e57d359

Please sign in to comment.