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.
|