Skip to content

Commit

Permalink
More Windows..
Browse files Browse the repository at this point in the history
  • Loading branch information
safl committed Apr 13, 2015
1 parent bcff139 commit 1637e86
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/source/installation/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,19 @@ Download and install the following prerequisites, in order:

SET BOOST_LIBRARYDIR=C:\boost\lib64-msvc-12.0

`SWIG`, unpack the archive and expend ``%PATH%`` to include it::
`SWIG`, unpack the archive and extend ``%PATH%`` to include it::

SET PATH=%PATH%;C:\swig

Execute::

swig

To verify that it is available.

`HWLOC`, currently Visual Studio does not have sufficient support for OpenMP so getting HWLOC installed is not relevant until the OpenMP issue is resolved.

Cheetah, Cython, NumPy, install these packages via pip::
`Cheetah`, `Cython`, and `NumPy` install these via pip::

pip install cython cheetah numpy

Expand Down

0 comments on commit 1637e86

Please sign in to comment.