docs: adapt to removed --with-random

Amends 269fdd4c6e.

Closes #16565
This commit is contained in:
Orgad Shaneh 2025-03-05 09:09:24 +02:00 committed by Daniel Stenberg
parent d121bc9884
commit 7298c4320b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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: