知识库

WebGPU离线文档制作:使用Ubuntu编译WebGPU文档

2025-01-12 22:17:46 李腾 1 次阅读

1、下载项目。

git clone https://github.com/gpuweb/gpuweb.git

2、安装依赖。

sudo apt install python3-pip
sudo apt install nodejs npm
pip install bikeshed diagrams tree_sitter

3、编译项目。

cd gpuweb/wgsl
make all

评论 (0)

登录后发表评论

暂无评论,快来发表第一条评论吧!