Re: OpenSSL 1.1+: How to disable building of Manpages etc.?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Jul 22, 2017 at 2:37 PM, Oliver Niebuhr
<googleersatz@xxxxxxxxxxxxxxxx> 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
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux