The SourceForge HBAAPI project has merged into the hbaapi_build.git repository, resulting in the libHBAAPI.git repository. This patch converts the documentation to point to the new repository and removes a now unnecessary installation step.
Signed-off-by: Robert Love <[email protected]> Tested-by: Ross Brattain <[email protected]> --- QUICKSTART | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/QUICKSTART b/QUICKSTART index 3634ee2..3534c5e 100644 --- a/QUICKSTART +++ b/QUICKSTART @@ -11,7 +11,7 @@ distributions. # Dependencies ############### -git://open-fcoe.org/fcoe/hbaapi_build.git +git://open-fcoe.org/fcoe/libHBAAPI.git git://open-fcoe.org/fcoe/libhbalinux.git git://open-fcoe.org/fcoe/fcoe-utils.git @@ -131,17 +131,12 @@ DEPENDENCIES PROCESS -1) Obtain the source tarball from sourceforge - http://sourceforge.net/projects/hbaapi/ +1) Obtain the latest source -2) Untar the tarball and move its contents to hbaapi_build/ - and change into its directory - # tar -xvzf hbaapi_src_2.2.tgz - # mv hbaapi_src_2.2/* hbaapi_build/ - # rmdir hbaapi_src_2.2/ - # cd hbaapi_build/ + git clone git://open-fcoe.org/fcoe/libHBAAPI.git -3) Bootstrap, configure, make and make install +2) Bootstrap, configure, make and make install + # cd libHBAAPI # ./bootstrap.sh # rpm --eval "%configure" | sh # make _______________________________________________ devel mailing list [email protected] https://lists.open-fcoe.org/mailman/listinfo/devel
