
Note: If Atom build process failed with below error message: npm v1.4+ is required to build Atom. $ git checkout $(git describe -tags `git rev-list -tags -max-count=1`) $ git clone Ĭheckout the latest Atom release and build it. Once the required packages has been installed, now clone the Atom repository from git. # npm config set python /usr/bin/python2 -g
SETTING UP ATOM FOR MAC INSTALL
On RHEL, CentOS or Fedora # yum -assumeyes install make gcc gcc-c++ glibc-devel git-core libgnome-keyring-devel rpmdevtools

$ sudo npm config set python /usr/bin/python2 -g On Debian / Ubuntu $ sudo apt-get install build-essential git libgnome-keyring-dev fakeroot To build Atom from source, you need to have following required packages to be install on the system, before building the Atom from source.

If you just want to build Atom from source, you can do by following up-to-date detailed build instructions on Linux systems. On RedHat based systems, use rpm -ivh command to install the binary package. Processing triggers for mime-support (3.54ubuntu1). Processing triggers for desktop-file-utils (0.22-1ubuntu1). 204982 files and directories currently installed.) Selecting previously unselected package atom. On Debian based systems, use dpkg -i command to install the binary package. To install Atom on Linux, you can download DEB or RPM binary package for Debian and RedHat based systems from the main Atom website or use following wget command to directly download the packages into your terminal. However if you want to compile it from source for any system including DEB and RPM based distribution, follow the below instructions.
SETTING UP ATOM FOR MAC 64 BIT
There are binary package available for DEB and RPM based distributions for 64 bit architecture only, hence no need to compile it from source.

Atom Editor A Quick Time TravelĪtom project was started by the founder of GitHub, Chris Wanstrath in the mid of year 2008. It is released under MIT License, written in C++, HTML, CSS, JavaScript, Node.js and Coffee Script, Atom is based on Chromium.
SETTING UP ATOM FOR MAC MAC OS
Atom is a free and open-source text and source code editor, available for cross platform Operating Systems – Windows, Linux and Mac OS X. These days Atom text editor is making a lots of news.
