Blame INSTALL

Packit a132db
This document explains how to build the Open-FCoE
Packit a132db
user space utilities. This includes fcoeadm, fcoemon and
Packit a132db
their corresponding manual pages.
Packit a132db
Packit a132db
##
Packit a132db
# fcoe-utils
Packit a132db
############
Packit a132db
Packit a132db
DEPENDENCIES
Packit a132db
Packit a132db
* libhbalinux
Packit a132db
* lldpad v0.9.43 or greater (optional configure flag to build without)
Packit a132db
Packit a132db
* autoconf
Packit a132db
* autotools
Packit a132db
* sysconftool
Packit a132db
* automake
Packit a132db
* libtool
Packit a132db
Packit a132db
1) Bootstrap, configure, make and make install
Packit a132db
   # ./bootstrap.sh
Packit a132db
   Either execute the next line for System V init script install
Packit a132db
   # rpm --eval "%configure" | sh
Packit a132db
   or the following line to install systemd unit scripts
Packit a132db
   # rpm --eval "%configure --with-systemdsystemunitdir=/" | sh
Packit a132db
   # make
Packit a132db
   # make install