Ubuntu安装微信开发者工具Deepin-wine平台
<h3 id="下载">下载</h3><pre><code>https://github.com/dragonation/wechat-devtools
</code></pre>
<p>有点慢,自己想办法</p>
<h3 id="安装deepin-wine">安装deepin-wine</h3>
<pre><code>wget -O- https://deepin-wine.i-m.dev/setup.sh | sh
</code></pre>
<h3 id="解压">解压</h3>
<pre><code>sudo mkdir /opt/wxdt && sudo tar -zxvf wechat-devtools-1.03.2009140.tar.gz -C /opt/wxdt
sudo ln -s /opt/wxdt/bin/wechat-devtools /usr/bin/wd
</code></pre>
<h3 id="创建图标">创建图标</h3>
<pre><code>sudo vim ~/.local/share/applications/wedt.desktop
</code></pre>
<p>写入</p>
<pre><code>
Encoding=UTF-8
Name=WechatDevelopTools
Exec=wd
Icon=/opt/wxdt/res/icons/wechat-devtools.png
Terminal=false
Type=Application
Categories=Development;
</code></pre>
<p>如果编译错误,请安装wine</p>
<pre><code>sudo apt-get install wine1.6
</code></pre>
<p><img src="https://img2020.cnblogs.com/blog/422101/202103/422101-20210306122934178-972373131.png" alt="" loading="lazy"></p><br><br>
来源:https://www.cnblogs.com/jiqing9006/p/14490088.html
頁:
[1]