windows系统中的完整SDK包是已经集成了cmake、lang等,可以直接用,不用另外下载一堆乱七八糟的。
实际操作起来还是挺麻烦的,我一直下载失败,最后部门老大帮了我,感谢大佬!!!
这里是完整的包:https://github.com/buguniao5213/Emscripten-SDK-for-windows。
当然也可以去官网下:官网的点这里
用法:
解压完整到包到目录,在该目录下打开命令工具,执行如下代码:
1、运行如下代码:(只运行一遍就够了)
//Make the "latest" SDK "active" for the current user. (writes ~/.emscripten file)
如果本地sdk更新了,则需要重新执行
emsdk activate latest
2、激活当前终端中的PATH和其他环境变量,每开一个新的命令窗口都需要执行一遍。
//Activate PATH and other environment variables in the current terminal
emsdk_env.bat
检测下吧:emcc --version
网友评论