-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathREADME
51 lines (35 loc) · 1.38 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
This is an implementation of the Service Availability Forum's
Hardware Platform Interface specification.
The header file was obtained from www.saforum.org/specification/download.
---------------------------------------------------------
PREREQUISITES
---------------------------------------------------------
The following software is required to build openhpi
autoconf >= 2.50
automake >= 1.5
uuid.h (may be found in e2fsprogs-devel or uuid-dev)
OpenIPMI >= 0.26 (http://openipmi.sf.net)
---------------------------------------------------------
BUILD / INSTALLATION
---------------------------------------------------------
You should be able to run
./bootstrap
./configure
then make (or make rpm)
and then make install (or install from the rpm).
It will generate the openhpi library and a sample application
that uses the library.
---------------------------------------------------------
CLEANUP
---------------------------------------------------------
To remove the temporary build files, type:
make clean
If you are a maintainer, and need to remove all autogenerated files, type:
make clean
make maintainer-clean
---------------------------------------------------------
FOR MORE INFO
---------------------------------------------------------
For more information please see the project webiste at
http://openhpi.sourceforge.net
Also visit SAForum's website at http://www.saforum.org