美文网首页
Archlinux安装微信小程序开发工具

Archlinux安装微信小程序开发工具

作者: 理子 | 来源:发表于2018-09-16 15:03 被阅读239次
    # 安装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即可

    相关文章

      网友评论

          本文标题:Archlinux安装微信小程序开发工具

          本文链接:https://www.haomeiwen.com/subject/bfffnftx.html