Rev 1663 | Rev 1945 | 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 ../makeCreate and install Ubuntu package: (requires cmake 2.8.3 or higher)==================================cd <atom root directory>mkdir buildcd buildcpack ../sudo dpkg --install *.debRemove installed Ubuntu package:================================sudo aptitude remove atomInstructions for Ubuntu 10.04 (Lucid)=====================================In order to build on Ubuntu 10.04, you need a newer version oflibv8. You can obtain one through this PPA:https://launchpad.net/~gezakovacs/+archive/coffeescriptIssue the following commands:sudo add-apt-repository ppa:gezakovacs/coffeescriptsudo apt-get updatesudo apt-get install libv8-devThen proceed as normal.