fedora安装atom

作者: CaptainRay | 来源:发表于2014-10-18 18:21 被阅读1144次

    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安装atom

        本文链接:https://www.haomeiwen.com/subject/upbptttx.html