diff mbox

[rdma-core,1/6] Update C7 build instructions to use ninja from EPEL

Message ID 1479944104-19949-2-git-send-email-jgunthorpe@obsidianresearch.com (mailing list archive)
State Accepted
Headers show

Commit Message

Jason Gunthorpe Nov. 23, 2016, 11:34 p.m. UTC
This made it into EPEL recently, refer people to that build.

Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
---
 README.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
diff mbox

Patch

diff --git a/README.md b/README.md
index 1f6e20170e5ade..9c69bb545c0596 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@  $ apt-get install build-essential cmake gcc libudev-dev libnl-3-dev libnl-route-
 $ dnf install cmake gcc libnl3-devel libudev-devel pkgconfig valgrind-devel ninja-build
 ```
 
-NOTE: Fedora Core uses the name 'ninja-build' for the ninja command.
+NOTE: Fedora Core uses the name 'ninja-build' for the 'ninja' command.
 
 ### OpenSuSE
 
@@ -75,16 +75,17 @@  Install required packages:
 $ yum install cmake gcc libnl3-devel libudev-devel make pkgconfig valgrind-devel
 ```
 
-Developers are suggested to install more modern tooling for the best experience.
+Developers on CentOS 7 are suggested to install more modern tooling for the
+best experience.
 
 ```sh
 $ yum install epel-release
-$ yum install cmake3 unzip
-$ curl -OL https://github.com/ninja-build/ninja/releases/download/v1.7.1/ninja-linux.zip
-$ unzip ninja-linux.zip
-$ install -m755 ninja /usr/local/bin/ninja
+$ yum install cmake3 unzip ninja-build
 ```
 
+NOTE: EPEL uses the name 'ninja-build' for the 'ninja' command, and 'cmake3'
+for the 'cmake' command.
+
 # Reporting bugs
 
 Bugs should be reported to the <linux-rdma@vger.kernel.org> mailing list