fedora安装atom

1,安装依赖

sudo yum --assumeyes install make gcc gcc-c++ glibc-devel git-core libgnome-keyring-devel 

2,下载仓库

git clone https://github.com/atom/atom 

3,Build

cd atom && script/build 

4,安装atom和apm命令到 /usr/local/bin:

sudo script/grunt install

5,Enjoy!

ps:需要npm v1.4.x 以上:
npm update -g npm

原文出自:http://www.fdzh.org/

    原文作者:Fedora
    原文地址: https://www.jianshu.com/p/6313ce42cf2e
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞