Ubuntu14.04下安装wechat(微信)

安装步骤 1.下载仓库 git clone https://github.com/geeeeeeeeek/electronic-wechat.git 2.安装 git sudo apt-get install git 3.安装 nodejs sudo apt-get install nodejssudo apt-get install npmsudo apt-get install node

安装步骤

1.下载仓库

git clone https://github.com/geeeeeeeeek/electronic-wechat.git

2.安装 git

sudo apt-get install git

3.安装 nodejs

sudo apt-get install nodejs
sudo apt-get install npm
sudo apt-get install node
sudo apt-get install nodejs-legacy

4.进入到下载的wechat的目录
每个人的下载安装路径都是不一样的,你根据自己下载的路劲进入到对应的文件夹

第一次启动的时候,安装依赖,运行程序

npm install && npm start

之后要启动wechat 的时候我们只需要,进入到相应的目录electronic-wechat运行程序即可:

e.g.

cd electronic-wechat
npm start

这样我们的微信就安装好了




作者: dawei

【声明】:永州站长网内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。

为您推荐

联系我们

联系我们

0577-28828765

在线咨询: QQ交谈

邮箱: xwei067@foxmail.com

工作时间:周一至周五,9:00-17:30,节假日休息

返回顶部