- https://blog.csdn.net/HD2killers/article/details/81298521
- https://github.com/cytle/wechat_web_devtools
# 安装wine、winetricks和gconf
sudo pacman -S wine winetricks gconf
# 下载
git clone https://github.com/cytle/wechat_web_devtools.git
# 安装(下载一个大文件,安装时可能会出现异常error,ctrlC停止就行)
cd wechat_web_devtools
./bin/wxdt install
# 运行
./bin/wxdt
- https://blog.csdn.net/lsvtogergo/article/details/81669063
- 使用时报错:
error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory。 - 解决方法:
这是由于 libgconf-2.so.4缺失造成的问题,这是个库文件是gconf里面的所以只需要安装gconf即可
网友评论