Skip to content

Commit

Permalink
Compile: Update instructions for Fedora Linux
Browse files Browse the repository at this point in the history
This commit fixes ElektraInitiative#3225.
  • Loading branch information
sanssecours committed Nov 16, 2019
1 parent 7a24530 commit 4f544fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/COMPILE.md
Expand Up @@ -14,7 +14,7 @@ sudo apt-get install cmake git build-essential
Or on RPM based systems (CentOS):

```sh
sudo yum install -y cmake3 git gcc-c++
sudo dnf install -y cmake git gcc-c++ make
```

Or on macOS Sierra, most of the build tools can be obtained by installing Xcode (from the App Store). Other required tools may be installed using [brew](http://brew.sh/). First install brew as described on their website. Then issue the following command to get cmake to complete the basic requirements:
Expand Down

0 comments on commit 4f544fb

Please sign in to comment.