From 3656277413cfad9e74de19757b2c23f907315e34 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Wed, 17 Mar 2010 17:03:22 +0200 Subject: [PATCH] Updated HOWTO.build_ofed with the new build environment Signed-off-by: Vladimir Sokolovsky --- HOWTO.build_ofed | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/HOWTO.build_ofed b/HOWTO.build_ofed index 37c872c..195185e 100644 --- a/HOWTO.build_ofed +++ b/HOWTO.build_ofed @@ -1,7 +1,7 @@ Open Fabrics Enterprise Distribution (OFED) - How To Build OFED 1.5 + How To Build OFED 1.5.1 - December 2009 + March 2010 ============================================================================== @@ -14,8 +14,8 @@ Table of contents ============================================================================== 1. Overview ============================================================================== -The script "build_ofed.sh" is used to build the OFED package based on the -OpenFabrics project. The package is built under the current working directory. +The script "build.pl" is used to build the OFED package based on the +OpenFabrics project. The package is built under /tmp directory. See OFED_release_notes.txt for more details. @@ -24,24 +24,25 @@ See OFED_release_notes.txt for more details. ============================================================================== The build script for the OFED package can be downloaded from: - git://git.openfabrics.org/~vlad/ofabuild - branch: ofed_1_5 + git://git.openfabrics.org/~vlad/build.git + branch: master -Name: build_ofed.sh +Name: build.pl - Usage: build_ofed.sh --ver|-v - [--tmpdir ] - [--ofed-scripts ] - [--ofed-docs ] - [--mpidir|-m ] - [--long-help] +Usage: ./build.pl --version [-r|--release]|[--daily] [-d|--distribution ] [-v|--verbose] + [-b|--builddir ] + [-p|--packagesdir ] + [--pre-build ] + [--skip-prebuild] + [--post-build ] + [--skip-postbuild] Example: - ./build_ofed.sh --ver 1.5-rc7 + ./build.pl --version 1.5.1-rc1 -p packages-ofed - This command will create a package (i.e., subtree) called OFED-1.5-rc7 - in the current working directory. + This command will create a package (i.e., subtree) called OFED-1.5.1-rc1 + under /tmp/$USER/ ============================================================================== 3. Requirements @@ -65,3 +66,4 @@ Example: automake - "http://ftp.gnu.org/gnu/automake/automake-1.9.6.tar.gz" m4 - "http://ftp.gnu.org/gnu/m4/m4-1.4.4.tar.gz" +3. wget or ssh slient -- 2.41.0