File: INSTALL

package info (click to toggle)
dmitry 1.3a-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,020 kB
  • sloc: ansic: 1,306; sh: 858; makefile: 8
file content (96 lines) | stat: -rw-r--r-- 3,109 bytes parent folder | download | duplicates (5)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
=========================================================================
Document Purpose
=========================================================================

This Document describes how-to build and install DMitry on a system.

=========================================================================
Typographical conventions
=========================================================================

Command lines written as

	# command

should be executed as the superuser.

Command lines written as

	% command

should be executed as an unpriveleged user.

=========================================================================
Build Requirements
=========================================================================

	o ANSI/ISO C89/C90 C compiler, e.g GNU gcc
	o ANSI C
	o Disk space: 638k to unpack, 928k to build, 57k to install

=========================================================================
Installing
=========================================================================
1. Configure DMitry
   Run ./configure from the top-level directory, this will configure
   DMitry for your operating system. See ./configure --help for any 
   user/system specific options you may wish to set.

	% ./configure

2. Compile DMitry
   Run 'make' from the top-level directory.  With some systems you may 
   need to use 'gmake' or even 'gnumake' instead of the default system
   make.

	% make

  The above procedure will suit an unpriveleged user to simply run
  the application from their home directory (See Running below).

3. Test DMitry
   To simply test that the software compiled correctly, the following
   command is used.

	% ./dmitry

   The program should then run and display available options.

4. Install DMitry
   If you are a system administrator and wish to allow yourself and 
   unpriveleged users to use DMitry, then the following instructions
   can be used to achieve this.

   Run 'make install' from the top-level directory.  This will install the binary
   'dmitry' into /usr/local/bin/.

	# make install

=========================================================================
Running
=========================================================================

If you followed steps 1 through 3 DMitry is assumed to be installed
in /usr/local/bin.  The client can now be run from the command line
simply by using the command dmitry.

	# dmitry

To run dmitry with any available options simply specify them along with
the target domain you wish to gather relational information for, i.e.

	# dmitry -iwnso somedomain.net

This will display information related to the domain "somedomain.net"
outputting the information to stdout and also save the output to a text
file named "somedomain.net.txt".

=========================================================================
Troubleshooting & Suggestions
=========================================================================

Currently there is no FAQ for the program, however, if you have any
suggestions or require any technical help or find a bug, please email me
at james@mor-pah.net.

James (kernel)