This commit is contained in:
Viktor Szépe
2024-06-23 08:33:46 +02:00
committed by GitHub
parent 254d717a4a
commit fa807a56fb
19 changed files with 36 additions and 36 deletions

View File

@ -42,7 +42,7 @@ Keep in mind using the pre-built packages when available.
./configure
```
Depending on the TLS library (OpenSSL/GnuTLS/NSS), add `--with-openssl`, `--with-gnutls` or `--with-nss` when executing `configure`. (If omitted, it is equivalent to `--with-openssl`.)
3. Bulding:
3. Building:
```sh
make
```