ipv6calc

                               INSTALLING

Please read the file `README' before you start with the installation of the
ipv6calc.


USING RPM
---------
This tar-ball provides a spec file for building an source and binary RPM using
	rpmbuild -ta ipv6calc-$version.tar.gz
After successful build you got two packages:
	one source RPM ipv6calc-$version-$release.src.rpm
	and one binary RPM ipv6calc-$version-$release.$arch.rpm

For installing use
	rpm -ihv ipv6calc-$version-$release.$arch.rpm
For updating use
	rpm -Fhv ipv6calc-$version-$release.$arch.rpm
For deinstalling use
	rpm -e ipv6calc


HACKERS WAY
-----------
cd /usr/src ; tar xvzf ipv6calc*.tar.gz

./configure --prefix=/usr --mandir=/usr/share/man && make && make test && make -n install

make install



CONFIGURE
---------
There is a configure script available.

Following options are used:
 --bindir=/usr/bin  (@bindir@)
 --mandir=/usr/share/man (@mandir@)

Execute:
 ./configure --bindir=/usr/bin --mandir=/usr/share/man


UPDATE OF DATABASES
-------------------
ipv6calc contains several databases, currently
* OUI type (IEEE)
* IPv4 address space assignment
to update this database before compilation you need:
- install perl, wget, aggregate
- run "make update"
See also: ./databases/ipv4-assignment/README


COMPILE
-------  
To compile simply use "make".

There should be no warnings or errors.


INSTALLATION
------------
If you want to install the binary use "make install".



Peter Bieringer
<pb (at) bieringer.de>

$Id: INSTALLING,v 1.7 2003/11/22 15:53:52 peter Exp $
