From 7d9f2d0c08748428c9201e6ed4ee06bdc697b3af Mon Sep 17 00:00:00 2001 From: moversti Date: Thu, 24 Dec 2015 00:31:23 +0200 Subject: [PATCH] Updated Windows compile docs Needing cmake.portable instead of cmake --- docs/Compile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Compile.rst b/docs/Compile.rst index f17206d8b..81719c902 100644 --- a/docs/Compile.rst +++ b/docs/Compile.rst @@ -363,7 +363,7 @@ To install Chocolatey and the required dependencies: * Close this ``cmd.exe`` window and open another Admin ``cmd.exe`` in the same way * Run the following command:: - choco install git cmake strawberryperl -y + choco install git cmake.portable strawberryperl -y * Close the Admin ``cmd.exe`` window; you're done!