Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/distro.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Guo <guorui.xt@gmail.com>2016-11-06 08:43:28 +0300
committerRui Guo <guorui.xt@gmail.com>2016-11-06 08:43:28 +0300
commit7c614233483dd2e7c55f0a68d9d57661fa7dfa66 (patch)
treea871a03af487a8ca55fb94c6044fe29b6adcb4fe /win-files
parentdb3970690e5b727eccfddccba0ae22db4bbb566e (diff)
fix: conda win-86 -> win-32
Diffstat (limited to 'win-files')
-rw-r--r--win-files/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/win-files/README.md b/win-files/README.md
index d93bec6..70613c0 100644
--- a/win-files/README.md
+++ b/win-files/README.md
@@ -20,17 +20,17 @@ Self-contained Torch installation for windows
#### Optional
- [MKL](https://software.intel.com/intel-mkl), better performance blas/lapack library
-- [Gnuplot](https://sourceforge.net/projects/gnuplot/files/latest), for plotting
+- [Gnuplot](https://sourceforge.net/projects/gnuplot/files/latest), required by gnuplot package for plotting
- [GraphicsMagick](https://sourceforge.net/projects/graphicsmagick/files/latest), optional for image package
## Install
-Open "Windows Command Prompt" or "Visual Studio Native Tools Command Prompt" and run:
+Open "Windows Command Prompt" and run:
```bat
install.bat
```
-X64 Torch will be installed by default if using "Windows Command Prompt" without MSVC setup. By default Torch will be
-installed under install\ with LuaJIT 2.1 and openlblas from conda environment 'torch-vcversion'. Choose X64 conda for
-X64 Torch and X86 conda for X86 Torch. X86 Torch will not contain cuda packages and has 2G memory limitation.
+By default x64 Torch will be installed under install\ with LuaJIT 2.1 and openlblas from conda environment 'torch-vcversion'.
+Run install.bat in a specific "VS\* \* Tools Command Prompt" to compile for a different target. Please choose x64 conda
+for x64 Torch and x86 conda for x86 Torch. X86 Torch does not contain cuda packages and has 2G memory limitation.
There are a few customizable environment variables listed on top of install-deps.bat. There is no need to run
install-deps.bat before run install.bat, it sets variables in global and it will be called directly by install.bat.
**Do not** use lua instead of luajit because currently lua version Torch will use luaffifb for ffi which has bugs on windows