Ubuntu/Debian 微信安装

1. 更新系统

$ sudo apt-get update
$ sudo apt-get install git-core curl build-essential openssl libssl-dev

 2. 安装Node.js

     首先我们先从github上将Node.js库克隆到本地:

$ git clone https://github.com/nodejs/node.git
$ cd node

 3. 编译和安装Node:

$ ./configure
$ make
$ sudo make install

    安装完毕,可以在命令行里面输入以下命令以便确认Node是否安装完毕:

$ node -v
v0.10.33

    这个命令会输出你安装Node版本信息,如果你电脑上面输出和下面的类似,那恭喜你了,安装Node成功。

4. 安装npm

    这个很简单,NPM官方提供了安装NPM的脚本,所以我们把这个脚本下载下来执行一下就可以:

$ wget https://npmjs.org/install.sh --no-check-certificate
$ chmod 777 install.sh
$ ./install.sh
$ npm -v
2.7.6

   如果输入npm -v,返回的是一个类似上面的版本信息,那么NPM也就安装成功了!

5. 安装wechat

# Clone this repository
git clone https://github.com/geeeeeeeeek/electronic-wechat.git
# Go into the repository
cd electronic-wechat
# Install dependencies and run the app
npm install && npm start

   如果要打包成一个应用程序,按照自己的平台执行以下之一:

npm run build:osx
npm run build:linux
npm run build:win32
npm run build:win64

 

 

 

 

 

 

转载于:https://www.cnblogs.com/lvchaoshun/p/7593566.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值