diff options
Diffstat (limited to 'rpkid/rpki')
-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. |