Added more packages as required to perform build process, like
libtool, autoconf and automake. Pointed name differences of devel
packages on Ubuntu (compared with RHEL-based distros).

Also, fixed a typo on README file.

Signed-off-by: Guilherme G. Piccoli <gpicc...@linux.vnet.ibm.com>
---

Found this issue while trying to build the tool on Zesty. Noticed
that ./configure 'silently' fails without having libtool installed,
so this patch tries to avoid the same situation to other users by
improving documentation.


 README | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 6c357ce..00d71b2 100644
--- a/README
+++ b/README
@@ -15,10 +15,13 @@ 
http://publib16.boulder.ibm.com/pseries/en_US/infocenter/base/HW_scsi_adapters.h
 # INSTALL
 Make sure your system has the following packages installed:
 
-     - pciutils-devel
-     - ncurses,
-     - ncurses-devel
+     - pciutils-devel (libpci-dev in Ubuntu)
+     - ncurses-devel (libncurses-dev in Ubuntu)
      - sysfsutils
+     - automake
+     - autoconf
+     - ncurses
+     - libtool
 
 Enter the root directory and type the following commands:
 
@@ -97,7 +100,7 @@ maintanence actions to be performed against those resources 
when necessary.
 18. Analyze Log. This allows you to view the error messages logged by the ipr 
device driver.
 
 Changes Log:
-1. Concurrent maintience commands line changes from PCI location to physical 
location(3/12/2012).
+1. Concurrent maintenance commands line changes from PCI location to physical 
location(3/12/2012).
    #iprconfig -c identify-slot "U5886.001.P915059-P1-D1 1"
    #iprconfig -c remove-slot "U5886.001.P915059-P1-D1 1"
    #iprconfig -c add-slot "U5886.001.P915059-P1-D1 1"
-- 
2.11.0


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Iprdd-devel mailing list
Iprdd-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iprdd-devel

Reply via email to