Skip to content

Commit

Permalink
Merge pull request atom#12987 from ivernus/patch-1
Browse files Browse the repository at this point in the history
Add commands for non DNS (rhel/CentOS) hosts
  • Loading branch information
damieng committed Jan 10, 2017
2 parents 1112e41 + 8cb4929 commit 6725a41
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/build-instructions/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,14 @@ To also install the newly built application, use `--create-debian-package` or `-
sudo update-alternatives --config gcc # choose gcc-5 from the list
```

### Fedora / CentOS / RHEL
### Fedora 22+

* `sudo dnf --assumeyes install make gcc gcc-c++ glibc-devel git-core libgnome-keyring-devel rpmdevtools libX11-devel libxkbfile-devel`

### Fedora 21 / CentOS / RHEL

* `sudo yum install -y make gcc gcc-c++ glibc-devel git-core libgnome-keyring-devel rpmdevtools`

### Arch

* `sudo pacman -S --needed gconf base-devel git nodejs npm libgnome-keyring python2 libX11-devel libxkbfile-devel`
Expand Down

0 comments on commit 6725a41

Please sign in to comment.