From: Orgad Shaneh Date: Wed, 5 Mar 2025 07:09:24 +0000 (+0200) Subject: docs: adapt to removed --with-random X-Git-Tag: curl-8_13_0~271 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7298c4320bcc16cfa21c26fecb7568c7c42d785d;p=thirdparty%2Fcurl.git docs: adapt to removed --with-random Amends 269fdd4c6ed5d837d57448ac977f6f300968df15. Closes #16565 --- diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 690741d77e..c6a798b80c 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -535,11 +535,8 @@ export NM=ppc_405-nm --exec-prefix=/usr/local ``` -You may also need to provide a parameter like `--with-random=/dev/urandom` to -configure as it cannot detect the presence of a random number generating -device for a target system. The `--prefix` parameter specifies where curl gets -installed. If `configure` completes successfully, do `make` and `make install` -as usual. +The `--prefix` parameter specifies where curl gets installed. If `configure` +completes successfully, do `make` and `make install` as usual. In some cases, you may be able to simplify the above commands to as little as: