File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
en/includes/deploy/security Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments