File: INSTALLING

package info (click to toggle)
ipv6calc 0.46-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,364 kB
  • ctags: 853
  • sloc: ansic: 33,344; perl: 977; sh: 405; makefile: 249
file content (70 lines) | stat: -rw-r--r-- 1,414 bytes parent folder | download
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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 $