mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:23:58 +03:00
tidy-up: miscellaneous
- whitespace, indent, comments, clang-format. - openssl: move feature guards within function blocks. - tunit: drop redundant blocks. Closes #20361
This commit is contained in:
parent
2c6f13093e
commit
814b54d83e
45 changed files with 1521 additions and 1527 deletions
|
|
@ -270,8 +270,8 @@ Download the latest version of the `cygwin` packages required (*and suggested*)
|
|||
|
||||
Once all the packages have been installed, begin the process of installing curl from the source code:
|
||||
|
||||
<details>
|
||||
<summary>configure_options</summary>
|
||||
<details>
|
||||
<summary>configure_options</summary>
|
||||
|
||||
```
|
||||
--with-gnutls
|
||||
|
|
@ -282,7 +282,7 @@ Once all the packages have been installed, begin the process of installing curl
|
|||
--without-ssl
|
||||
```
|
||||
|
||||
</details>
|
||||
</details>
|
||||
|
||||
1. `sh configure <configure_options>`
|
||||
2. `make`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue