[openssl-users] OpenSSL 1.1+: How to disable building of Manpages etc.?

Jeffrey Walton noloader at gmail.com
Sat Jul 22 19:24:30 UTC 2017


On Sat, Jul 22, 2017 at 2:37 PM, Oliver Niebuhr
<googleersatz at oliverniebuhr.de> wrote:
> Hi.
>
> I searched the Web and checked the Configure File. Am I blind or is
> there really no Parameter to disable the creation of the Documentation?
>
> As I also test the Qt Framework, I often recompile OpenSSL. You are
> right, building the Docs will only take 2 Minutes - but it sums up to
> countless hours for me.

Use 'make install_sw'. Maybe something like:

    make distclean
    ./config enable-ec_nistp_64_gcc_128
    make -j 9
    make install_sw

enable-ec_nistp_64_gcc_128 is for x86_64. Also see
https://wiki.openssl.org/index.php/Compilation_and_Installation#Configure_Options.

Jeff


More information about the openssl-users mailing list