Skip to content

Commit 9e963bc

Browse files
authored
Merge pull request #5035 from linukaratnayake/pqc-tls-docs
Modify doc with new commands to enable PQC TLS
2 parents c563b8a + f2f333d commit 9e963bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

en/includes/deploy/security/configure-post-quantum-tls.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,21 +120,21 @@ The following dependencies are required during build-time.
120120
In Debian-based Linux:
121121

122122
```bash
123-
apt-get install make cmake wget tar gcc
123+
apt-get install make cmake wget tar gcc git python3 autoconf libtool-bin
124124
```
125125

126126
In Red Hat Linux distributions:
127127

128128
```bash
129-
yum install make cmake wget tar gcc perl
129+
yum install make cmake wget tar gcc perl git python3 autoconf libtool
130130
```
131131

132132
=== "MacOS"
133133

134134
On macOS, you can use Homebrew to install dependencies.
135135

136136
```bash
137-
brew install wget cmake
137+
brew install wget cmake git python3 autoconf libtool
138138
```
139139

140140
#### Runtime dependencies

0 commit comments

Comments
 (0)