Skip to content

Instantly share code, notes, and snippets.

@tigefa4u
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tigefa4u/87a1d4fedaacf36acb8c to your computer and use it in GitHub Desktop.
Save tigefa4u/87a1d4fedaacf36acb8c to your computer and use it in GitHub Desktop.
Build Atom On Ubuntu
git clone https://github.com/atom/atom.git; cd atom
git fetch
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
npm -v
npm config set python /usr/bin/python2 -g
sudo apt-get install -y build-essential git libgnome-keyring-dev
script/build
# Install the atom and apm commands to /usr/local/bin by executing:
# sudo script/grunt install
script/grunt mkdeb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment