Skip to content

Commit

Permalink
Merge pull request #3870 from msarahan/build_sh_win_docs
Browse files Browse the repository at this point in the history
clarify build.sh usage on windows
  • Loading branch information
msarahan authored Feb 12, 2020
2 parents 881d73a + cac6f1c commit b736890
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/resources/build-scripts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ the ``cp`` command because cmd.exe won't understand it in Windows.
``build.sh`` is run with ``bash`` and ``bld.bat`` is run with ``cmd.exe``.

There is some development towards the ability to use bash scripts in Windows,
but this is not currently supported.
but this is not currently supported. You may write your script as a .sh file,
and then call it in your bld.bat file, but there is no way to directly run
build.sh on Windows. The conda recipe at
https://github.com/AnacondaRecipes/conda-feedstock/tree/master/recipe is an
example of this method.

0 comments on commit b736890

Please sign in to comment.