File: INSTALL

package info (click to toggle)
txt2pdbdoc 1.4.2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 268 kB
  • ctags: 97
  • sloc: ansic: 526; perl: 298; sh: 190; makefile: 54
file content (31 lines) | stat: -rw-r--r-- 914 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
23
24
25
26
27
28
29
30
31
	----------------------------------------------------------------
	Hardware prerequisites
	----------------------------------------------------------------

	-> A machine that supports 8, 16, and 32-bit integral types.


	----------------------------------------------------------------
	Software prerequisites
	----------------------------------------------------------------

	-> An ANSI C compiler (such as gcc).

	-> Perl version 5.003 or later (http://www.perl.com/), but only
	   if you want to use either html2pdbtxt or pdbtxt2html.


	----------------------------------------------------------------
	Installing
	----------------------------------------------------------------

	Basically:

		./configure
		make
		make check	# optional
		make install

	If you want to install it someplace other than the default,
	give a --prefix=path argument to ./configure where "path" is
	where you want it installed.