Skip to content

Commit

Permalink
Add tips for Make tool in Msys.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Nov 2, 2018
1 parent 0025ad3 commit af891bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,13 @@ There's two options to choose SDK:

When using MinGW, you can refer the steps of this article: <https://stackoverflow.com/questions/34135280/valueerror-unknown-ms-compiler-version-1900>

And it will be useful if Make tool in Msys cannot find Windows command (such like `copy`, `rd` or `del`):

```bash
# Rewrite "SHELL" variable.
mingw32-make SHELL=cmd [target]
```

## Python-Solvespace Kernel

[Python-Solvespace]\: Python bundle of [Solvespace] library.
Expand Down

0 comments on commit af891bb

Please sign in to comment.