Ubuntu 安装 微信开发者工具
因为官网没有提供linux的安装文件,所以我们搞一波:
本人喜欢安装到/opt/目录下
cd /opt/
git clone https://github.com/cytle/wechat_web_devtools.git
sudo chown -R [用户名]:[用户名] ./wechat_web_devtools
cd wechat_web_devtools
./bin/wxdt
如果报错则安装以下 wine
sudo apt install wine
附上快捷启动 /usr/share/applications/wechat-ide.desktop
sudo vim /usr/share/applications/wechat-ide.desktop
[Desktop Entry]