cannon.js项目位于github url:https://github.com/schteppe/cannon.js中。
但是我找不到任何方法来构建这个源代码来获取二进制文件夹中的cannon.js库。
你能告诉我如何构建这个源代码吗?
发布于 2019-08-23 19:49:05
确保安装了git、Node.js和咕噜。
在命令行上,执行以下操作:
git clone https://github.com/schteppe/cannon.js.git; cd cannon.js; npm install; grunt;
https://stackoverflow.com/questions/57619645
相似问题