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
	rpm -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 && make && make test && make -n install

make install



CONFIGURE
---------
There is a configure script available, but currently using no extended
options.

Execute "./configure".


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.5 2002/11/12 19:02:09 peter Exp $
