Skip to content

Commit

Permalink
adds note about Windows C++ requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Dec 18, 2023
1 parent 7255375 commit 4b96db6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ version of pyrtools you use.
When installing from source on Linux or Mac, we require ``gcc`` version >= 6 in
order for the C code to compile, because of `this issue
<https://stackoverflow.com/questions/46504700/gcc-compiler-not-recognizing-fno-plt-option>`_

When installing from source on Windows, Microsoft Visual C++ 14.0 or greater is required, which can be obtained with `Microsoft C++ Build Tools <https://visualstudio.microsoft.com/visual-cpp-build-tools/`_.

0 comments on commit 4b96db6

Please sign in to comment.