Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Jul 2, 2021
1 parent 64a7fae commit 9c9906a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Set `$EMSDK` environment variable to the emsdk root path.

Make sure `emcc` / `em++` / `cmake` / `make` can be found in `$PATH`.

If you have not installed `make` on Windows, you can also execute build commands in `Visual Studio Developer Command Prompt`.
If you have not installed [make](https://github.com/toyobayashi/make-win-build/releases) on Windows, you can also execute build commands in [Visual Studio Developer Command Prompt](https://visualstudio.microsoft.com/visual-cpp-build-tools/) where `nmake` is available.

### NPM Install

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

设置 `$EMSDK` 环境变量为 emsdk 根目录,并确保 Emscripten 工具链二进制目录(`$EMSDK/upstream/emscripten`)和 CMake 在 `$PATH`

未安装 `make` 的 Windows 用户请使用 Visual Studio Developer Command Prompt 跑命令(需要用到 `nmake`
未安装 [make](https://github.com/toyobayashi/make-win-build/releases) 的 Windows 用户请使用 [Visual Studio Developer Command Prompt](https://visualstudio.microsoft.com/visual-cpp-build-tools/) 跑命令,因为这里面可以用到 `nmake` 作为替代

### NPM Install

Expand Down

0 comments on commit 9c9906a

Please sign in to comment.