File: INSTALL

package info (click to toggle)
libhbaapi 2.2.9-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 332 kB
  • sloc: ansic: 3,644; makefile: 27; sh: 4
file content (22 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This document explains how to build the sourceforge
HBA API wraper library from source.

##
# HBA API Wrapper Library
##########################

DEPENDENCIES

* autoconf
* autotools
* sysconftool
* automake
* libtool

PROCESS

1) Bootstrap, configure, make and make install
   # ./bootstrap.sh
   # rpm --eval "%configure" | sh
   # make
   # make install