Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
59ec7a9c
Unverified
Commit
59ec7a9c
authored
Feb 14, 2019
by
Quan (Andy) Gan
Committed by
GitHub
Feb 14, 2019
Browse files
MSBuild instructions (#393)
parent
40afdf7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
docs/source/install/index.rst
docs/source/install/index.rst
+13
-0
No files found.
docs/source/install/index.rst
View file @
59ec7a9c
...
@@ -172,3 +172,16 @@ Then build the shared library and install the Python binding:
...
@@ -172,3 +172,16 @@ Then build the shared library and install the Python binding:
mingw32-make
mingw32-make
cd ..\python
cd ..\python
python setup.py install
python setup.py install
We also support building DGL with MSBuild. With `MS Build Tools <https://go.microsoft.com/fwlink/?linkid=840931>`_
and `CMake on Windows <https://cmake.org/download/>`_ installed, run the following
in VS2017 x64 Native tools command prompt:
.. code::
MD build
CD build
cmake -DCMAKE_CXX_FLAGS="/DDGL_EXPORTS" -DCMAKE_CONFIGURATION_TYPES="Release" .. -G "Visual Studio 15 2017 Win64"
msbuild dgl.sln
cd ..\python
python setup.py install
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment