Updated Working for Web (HTML5) (markdown)

master
José Salavert Torres 2 年前
父节点
当前提交
4a45ec0db9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Working-for-Web-(HTML5).md

+ 1
- 1
Working-for-Web-(HTML5).md

@ -151,7 +151,7 @@ if (EMSCRIPTEN)
endif ()
```
## 3. Build provided examples for the web
## 3. Build provided examples for the web (optional step)
At this point, if you optionally want to compile the provided examples for the web, there is another Makefile to configure. Make sure all paths to emscripten installation (`EMSDK_PATH`) and emscripten required tools (Clang, Python, Node) are correctly configured on `raylib/examples/Makefile`, you must verify [these lines](https://github.com/raysan5/raylib/blob/master/examples/Makefile#L134).

正在加载...
取消
保存