广告

本站里的文章大部分经过自行整理与测试

2017年7月15日星期六

Linux 上的微信 WeChat


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

别人写的开源微信, 除了支持 Windows,
也支持 Mac OSX 和 Linux

Ubuntu

1) node.js 安装 - https://nodejs.org/en/download/

$ wget https://nodejs.org/dist/v6.11.4/node-v6.11.4.tar.gz
$ tar zxvf node-v6.11.4.tar.gz

$ cd node-v6.11.4
$ sudo ./configure
$ sudo make
$ sudo make install



$ wget https://nodejs.org/dist/v6.11.4/node-v6.11.4-linux-x64.tar.xz
$ su 
$ tar --strip-components=1 -Jxvf node-v* -C /usr/local

$ node --version

2) npm 安装

$ sudo apt install npm -y

3) Electronic Wechat 安装

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

$ npm install && npm start

没有评论:

发表评论