This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install the nvidia cuda8.0 toolkit from here: https://developer.nvidia.com/cuda-toolkit | |
# install the cudnn 5.1 from here: https://developer.nvidia.com/cudnn | |
# install cmake 3.6 from here: https://cmake.org/files/v3.6/cmake-3.6.3.zip | |
# install swig 3.0.10 | |
# install anconda3 | |
# install visual studio >= 2015.update3 | |
# | |
set PreferredToolArchitecture=x64 | |
set rel=RelWithDebInfo |
NewerOlder