Merge pull request #1243 from KrzysFR/patch-1
Add instruction to install Python for CMake/Windows
This commit is contained in:
commit
b0a928fc58
|
@ -192,6 +192,7 @@ that Visual Studio is used to compile.
|
|||
1. Install a [JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html). FoundationDB currently builds with Java 8.
|
||||
1. Set `JAVA_HOME` to the unpacked location and JAVA_COMPILE to
|
||||
`$JAVA_HOME/bin/javac`.
|
||||
1. Install [Python](https://www.python.org/downloads/) if it is not already installed by Visual Studio.
|
||||
1. (Optional) Install [WIX](http://wixtoolset.org/). Without it Visual Studio
|
||||
won't build the Windows installer.
|
||||
1. Create a build directory (you can have the build directory anywhere you
|
||||
|
|
Loading…
Reference in New Issue