You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/09/16 03:22:44 UTC

[GitHub] yajiedesign closed pull request #12573: [MXNET-955]add install doc with vs2017

yajiedesign closed pull request #12573: [MXNET-955]add install doc with vs2017
URL: https://github.com/apache/incubator-mxnet/pull/12573
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/install/windows_setup.md b/docs/install/windows_setup.md
index c974eeb858b..7d1fbe178a8 100755
--- a/docs/install/windows_setup.md
+++ b/docs/install/windows_setup.md
@@ -48,7 +48,7 @@ After you have installed all of the required dependencies, build the MXNet sourc
 ```
 4. In Visual Studio, open the solution file,```.sln```, and compile it.
 These commands produce a library called ```mxnet.dll``` in the ```./build/Release/``` or ```./build/Debug``` folder.
-
+5. if you use [Microsoft Visual Studio 2017](https://www.visualstudio.com/vs/older-downloads/),please use cmake greater than 3.12.2 and use ```version=14.11``` to ```-T``` option and use greater than v9.1 cuda.
 
 
 &nbsp;


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services