diff options
author | Rob Austein <sra@hactrn.net> | 2010-07-11 12:19:30 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-07-11 12:19:30 +0000 |
commit | 2ef6f30c5cbc653da1770547201607fe0f99f7d3 (patch) | |
tree | 74db53e0560b1ce3e74187da83d4aa0e752d12f6 | |
parent | 2a6070ef9996c692005ebc99e6353dec6cb3f2b2 (diff) |
Stale build instructions
svn path=/rpkid/rpki/__doc__.py.in; revision=3376
-rw-r--r-- | rpkid/rpki/__doc__.py.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/rpkid/rpki/__doc__.py.in b/rpkid/rpki/__doc__.py.in index 05ea8f3e..ed37bfff 100644 --- a/rpkid/rpki/__doc__.py.in +++ b/rpkid/rpki/__doc__.py.in @@ -397,18 +397,19 @@ # OpenSSL Wrapper) library is an extended copy of the stock POW # release. # -# To build these, cd to the top-level directory in the distribution and -# type "make". +# To build these, cd to the top-level directory in the distribution, +# type "./configure", then type "make". # # @verbatim # $ cd $top +# $ ./configure # $ make # @endverbatim # # This should automatically build everything, in the right order, -# including staticly linking the POW extension module with the OpenSSL -# library to provide RFC 3779 support. If you get errors building -# POW, see the above discussion of Python development sources. +# including linking the POW extension module with the OpenSSL library +# to provide RFC 3779 support. If you get errors building POW, see +# the above discussion of Python development sources. # # The architecture is intended to support hardware signing modules # (HSMs), but the code to support them has not been written. |