Skip to content

Commit

Permalink
Commit...
Browse files Browse the repository at this point in the history
* Split instructions for Fedora and RHEL etc. i.e. yum and dnf.
* Never use --assumeyes or -y installing packages. atom 1.12.7 shows if
  this had been done by end users it would have caused them great issue.
  • Loading branch information
philwyett-hemi committed Dec 10, 2016
1 parent af4da94 commit 4952659
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/build-instructions/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ 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

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

### RHEL / CentOS

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

### Arch

Expand Down

0 comments on commit 4952659

Please sign in to comment.