Ubuntu14.04下安装wechat(微信)
发布时间:2020-09-07 03:03:30 所属栏目:Ubuntu 来源:互联网
导读:安装步骤 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 这样我们的微信就安装好了 (编辑:东莞站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- qt – 错误:QApplication:没有这样的文件或目录 – Ubunt
- Ubuntu14.04编译Allwinner lichee 两个出错解决方法
- 【问题收录】Ubuntu Starting LightDM Display Manager fai
- ubuntu安装emacs25指南
- ubuntu安装tensorflow时使用pip安装时出现SSLError[已解决]
- lubuntu12.04设置静态IP
- ubuntu下搭建php开发环境(nginx+(cgi)php5fpm+memcached+x
- Ubuntu上的Node.js MongoDB:列表中没有有效的种子服务器
- Ubuntu 安装配置
- Ubuntu14.04下安装OpenCV3.0经验
