ubuntu16安装微信开发者工具

2018-12-08  本文已影响0人  Sanhong

安装wine

sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable

添加解析 Windows 的 exe 的 binfmt 配置

package wine
interpreter /usr/bin/wine
magic MZ
sudo apt-get install binfmt-support
sudo update-binfmts --import wine

安装开发者工具

git clone https://github.com/cytle/wechat_web_devtools.git
./bin/wxdt install
./bin/wxdt

PS 检出项目比较慢的话,可以使用以下命令

git config --global http.postBuffer 524288000
git clone --depth=1 https://github.com/cytle/wechat_web_devtools.git

以上参考自

上一篇下一篇

猜你喜欢

热点阅读