From patchwork Wed Nov 23 23:34:59 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Gunthorpe X-Patchwork-Id: 9444511 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 30F1C600BA for ; Thu, 24 Nov 2016 00:02:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2DA8A27D7F for ; Thu, 24 Nov 2016 00:02:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 218B927DF9; Thu, 24 Nov 2016 00:02:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8825E27D7F for ; Thu, 24 Nov 2016 00:02:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934993AbcKXACK (ORCPT ); Wed, 23 Nov 2016 19:02:10 -0500 Received: from quartz.orcorp.ca ([184.70.90.242]:48935 "EHLO quartz.orcorp.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933483AbcKXACK (ORCPT ); Wed, 23 Nov 2016 19:02:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=obsidianresearch.com; s=rsa1; h=References:In-Reply-To:Message-Id:Date:Subject:To:From; bh=DpU+2x0Jj9KzKzEb5A0IKTmxsKVlnKFy48EzXYczBqo=; b=ERoGw0PsPhyt7gQu9aj9rla+piNRzMujED7pSeA9pV+X0wfYEENekd7bIa38Tun0yotSd0W8LmNSvRwZmamp5hhF0mxxNkzw06Iz8oP8IoviELYC6pKBfWGwTSBeOwPRo9QTao+sbwhIQWbwZ01mgKKWZgm5/6VK4/Whqebu7T0=; Received: from [10.0.0.151] (helo=jggl.edm.orcorp.ca) by quartz.orcorp.ca with esmtps (TLS1.2:ECDHE_RSA_AES_128_CBC_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1c9h4F-0007U9-Do for linux-rdma@vger.kernel.org; Wed, 23 Nov 2016 16:35:07 -0700 From: Jason Gunthorpe To: linux-rdma@vger.kernel.org Subject: [PATCH rdma-core 1/6] Update C7 build instructions to use ninja from EPEL Date: Wed, 23 Nov 2016 16:34:59 -0700 Message-Id: <1479944104-19949-2-git-send-email-jgunthorpe@obsidianresearch.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1479944104-19949-1-git-send-email-jgunthorpe@obsidianresearch.com> References: <1479944104-19949-1-git-send-email-jgunthorpe@obsidianresearch.com> X-Broken-Reverse-DNS: no host name found for IP address 10.0.0.151 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This made it into EPEL recently, refer people to that build. Signed-off-by: Jason Gunthorpe --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 mailing list