**$** Set ``3RDPARTY_DIR`` (Recommend to Keep Default)
**$** (Optional) Set ``3RDPARTY_DIR`` (Recommend to Keep Default)
**$** Set ``PYTHON_INCLUDE_DIR`` / ``ANACONDA_ROOT_DIR`` and ``NUMPY_ROOT_DIR``
**$** (Optional) Set ``PYTHON_EXECUTABLE`` if you want to use specific Python (e.g. Anaconda)
**$** Set CUDA compiling architectures if necessary
**$** (Optional) Set ``CUDA_ARCH`` for different architectures, see `ComputeCapability`_
**Step 5:** Set Environment Variables
...
...
@@ -439,9 +443,9 @@ Add ``REPO_ROOT/3rdparty/bin`` to system environment variables
**$** Install `CMake-GUI <https://cmake.org>`_
**$** Make ``build`` directory under ``DRAGON_ROOT``
**$** Make ``build`` directory under the ``DRAGON_ROOT``
**$** Configure and generate MSVC project in ``DRAGON_ROOT/build``
**$** Configure and generate MSVC project in the ``DRAGON_ROOT/build``
**$** Open ``DRAGON_ROOT/build/Dragon.sln``
...
...
@@ -466,14 +470,12 @@ Add ``REPO_ROOT/3rdparty/bin`` to system environment variables
Installation - Windows (Distributed, CPU)
-----------------------------------------
**Step 1:** Download ``3rdparty.zip`` and unzip it under ``REPO_ROOT``
**Step 1:** Download ``3rdparty.zip`` and unzip it under the ``REPO_ROOT``
`3rdparty_vc12_x64.zip <http://dragon.seetatech.com/download/3rdparty_vc12_x64_dist_cpu.zip>`_ (OpenBLAS / Google Protobuf 2.6 For VS2013 / Microsoft MPI)
`3rdparty_vc14_x64.zip <http://dragon.seetatech.com/download/3rdparty_vc14_x64_dist_cpu.zip>`_ (OpenBLAS / Google Protobuf 2.6 For VS2015 / Microsoft MPI)
**$** You must copy ``python27/35/36.lib`` to ``REPO_ROOT/3rdparty/lib``, it depends on the version of Python
**Step 2:** Install Python Requirements
.. code-block:: shell
...
...
@@ -483,11 +485,11 @@ Installation - Windows (Distributed, CPU)
**$** Set ``3RDPARTY_DIR`` (Recommend to Keep Default)
**$** (Optional) Set ``3RDPARTY_DIR`` (Recommend to Keep Default)
**$** Set ``PYTHON_INCLUDE_DIR`` / ``ANACONDA_ROOT_DIR`` and ``NUMPY_ROOT_DIR``
**$** (Optional) Set ``PYTHON_EXECUTABLE`` if you want to use specific Python (e.g. Anaconda)
**Step 4:** Set Environment Variables
...
...
@@ -501,9 +503,9 @@ Add ``DRAGON_ROOT/3rdparty/bin`` to system environment variables
**$** Install `CMake-GUI <https://cmake.org>`_
**$** Make ``build`` directory under ``DRAGON_ROOT``
**$** Make ``build`` directory under the ``DRAGON_ROOT``
**$** Configure and generate MSVC project in ``DRAGON_ROOT/build``
**$** Configure and generate MSVC project in the ``DRAGON_ROOT/build``
**$** Open ``DRAGON_ROOT/build/Dragon.sln``
...
...
@@ -534,15 +536,13 @@ Installation - Windows (Distributed, GPU)
**$** (Optional) Download and install `CUDNN`_
**Step 2:** Download ``3rdparty.zip`` and unzip it under ``REPO_ROOT``
**Step 2:** Download ``3rdparty.zip`` and unzip it under the ``REPO_ROOT``
`3rdparty_vc12_x64.zip <http://dragon.seetatech.com/download/3rdparty_vc12_x64_dist_gpu.zip>`_ (OpenBLAS / Google Protobuf 2.6 For VS2013 / Microsoft MPI)
`3rdparty_vc14_x64.zip <http://dragon.seetatech.com/download/3rdparty_vc14_x64_dist_gpu.zip>`_ (OpenBLAS / Google Protobuf 2.6 For VS2015 / Microsoft MPI)
**$** You must copy ``python27/35/36.lib`` to ``REPO_ROOT/3rdparty/lib``, it depends on the version of Python
**$** Recommend you to install ``cuDNN`` into ``REPO_ROOT/3rdparty``
**$** Recommend to install ``cuDNN`` into the ``REPO_ROOT/3rdparty``
**Step 3:** Install Python Requirements
...
...
@@ -553,13 +553,13 @@ Installation - Windows (Distributed, GPU)