当前位置:   article > 正文

Ubuntu14.04下安装wechat(微信)_ubuntu14.04安装微信

ubuntu14.04安装微信

安装步骤

无意中发现了一个巨牛的人工智能教程,忍不住分享一下给大家。教程不仅是零基础,通俗易懂,而且非常风趣幽默,像看小说一样!觉得太牛了,所以分享给大家。点这里可以跳转到教程 https://www.cbedai.net/chichoxian


微信安装最新版

简单容易操作,如下所示:

# 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
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

以下内容已经过时

1.下载仓库

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

2.安装 git

 sudo apt-get install git
  • 1

3.安装 nodejs

sudo apt-get install nodejs
sudo apt-get install npm
sudo apt-get install node
sudo apt-get install nodejs-legacy
  • 1
  • 2
  • 3
  • 4

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

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

npm install && npm start
  • 1

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

e.g.

cd electronic-wechat
npm start
  • 1
  • 2

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

这里写图片描述

这里写图片描述




这里写图片描述





声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/297396
推荐阅读
  

闽ICP备14008679号