Rev 1652 | Rev 1708 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed
Install Ubuntu required dependencies:=====================================aptitude install cmake libboost-date-time-dev libboost-filesystem-dev libboost-program-options-dev libboost-signals-dev libboost-thread-dev libreadline-dev libv8-devInstall Ubuntu optional dependencies:=====================================aptitude install libx11-devBuild atomd and atomic:=======================cd <atom root directory>mkdir buildcd buildcmake -DUSE_PLUGIN_XORG=true ../makeCreate and install Ubuntu package: (requires cmake 2.8.3 or higher)==================================cd <atom root directory>mkdir buildcd buildcpack -DUSE_PLUGIN_XORG=true ../sudo dpkg --install Atom-1.5-x86_64.debRemove installed Ubuntu package:================================sudo aptitude remove atom