From a7f89980e5b3f4b9a74c70dbc5ffe8aabd28be28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 6 Jul 2014 18:04:32 +0200 Subject: Imported Upstream version 2.9.3 --- hpiutil/INSTALL | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 hpiutil/INSTALL (limited to 'hpiutil/INSTALL') diff --git a/hpiutil/INSTALL b/hpiutil/INSTALL new file mode 100644 index 0000000..ef5790f --- /dev/null +++ b/hpiutil/INSTALL @@ -0,0 +1,27 @@ +hpiutil + +BUILD & INSTALL INSTRUCTIONS + +This package uses the Intel HPI library implementation (closed source), +but there is also an OpenHPI library implementation that could also be +linked with these utilities. There are comments in the Makefile to show +how this can be done. + +How to make the utilities: +1) If OpenHPI, edit the makefile to uncomment the 2 lines indicated. +2) do ". env.hpi" or ". env.openhpi" to set the environment variables +3) make clean +4) make + +How to make the rpms: +(Only valid for Intel HPI at this time.) +mkrpm $OS + where OS = rh80 | as21 | mv21 | mv30 | mv30wv | el3 | mv31 + +How to install the rpms: +(Only valid for Intel HPI at this time.) +rpm -i hpiutil-1.0.3-as21.i386.rpm + The hpi utilities will be in /usr/bin. + The SaHpi libraries will be in /usr/lib. + The *.conf files will be in /etc/hpi. + -- cgit v1.2.3