ubuntu16.04下使用wine 运行微信开发小程序

1. 先安装git和wine

     安装wine时,出现一个对话框,这时要按确定以继续,按Enter键不行,应该是按组合 Tab+Enter

2. 运行代码:    

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

3. 如果文件权限不够,要修改为添加可写权限

sudo chmod -R 777 wechat_web_devtools

 

posted @ 2017-11-21 09:17  iLocationStudio  阅读(1496)  评论(0编辑  收藏  举报