Deepin Linux 下安装微信
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在下载和运行这个项目之前,你需要在电脑上安装Git和Node.js (来自npm)。在命令行中输入:
安装Git和nodejs
命令:sudo apt-get install git sudo apt-get install nodejs
执行完上面命令之后运行下面命令
# 下载仓库
git clone https://github.com/geeeeeeeeek/electronic-wechat.git
(执行上面命令式,下载的内容会放在当前执行的目录下)
# 进入仓库
cd electronic-wechat
(由于笔者没有安装npm,所以还执行了sudo apt-get install npm,然后执行下面的命令)
# 安装依赖, 运行应用
npm install && npm start
打包应用:
npm run build:linux
执行上面操作之后,在桌面上给微信创建一个快捷方式
(1)进入/~/electronic-wechat/dist/electronic-wechat-linux-x64下用深度文件管理器为electronic-wechat创建一个快捷方式,保存路径/home/wujixian/Desktop,
(2)为快捷方式更改名字“微信”
到此完成,然后你就可以用手机扫描一下,就可以在deepin上玩微信了!!
你也可以去下面地址下载发布版本的微信
https://github.com/geeeeeeeeek/electronic-wechat/releases
参考博客
http://www.open-open.com/lib/view/open1456904752140.html
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)