File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,12 @@ For other architectures, refer to [build](https://github.com/DMTF/libspdm/blob/m
169169
1701702 ) [ CMake] ( https://cmake.org/ ) (Version [ 3.17.2] ( https://github.com/Kitware/CMake/releases/tag/v3.17.2 ) is known to work. Newer versions may fail).
171171
172+ 3 ) [ Perl] ( https://www.perl.org/ ) (Version 5.10.0 or higher)
173+ - Required for building OpenSSL from source (OpenSSL's ` Configure ` script is written in Perl).
174+ - [ Strawberry Perl] ( https://strawberryperl.com/ ) or [ ActivePerl] ( https://www.activestate.com/products/perl/ ) is recommended for Windows.
175+ - For MinGW/MSYS2 builds, Perl is included in the MSYS2 environment.
176+ - Use ` perl -v ` to check the installed Perl version.
177+
172178### Build Tools for Linux
173179
1741801 ) Compiler for IA32/X64 (Choose one)
@@ -184,6 +190,15 @@ For other architectures, refer to [build](https://github.com/DMTF/libspdm/blob/m
184190
1851912 ) [ CMake] ( https://cmake.org/ ) .
186192
193+ 3 ) [ Perl] ( https://www.perl.org/ ) (Version 5.10.0 or higher)
194+ - Required for building OpenSSL from source (OpenSSL's ` Configure ` script is written in Perl).
195+ - Perl is typically pre-installed on most Linux distributions.
196+ - If not available, install via:
197+ - Debian/Ubuntu: ` sudo apt-get install perl `
198+ - RHEL/CentOS: ` sudo yum install perl `
199+ - Fedora: ` sudo dnf install perl `
200+ - Use ` perl -v ` to check the installed Perl version.
201+
187202### Cryptography Library
188203
1892041 ) [ Mbed TLS] ( https://tls.mbed.org ) as cryptography library. Version 3.6.5.
You can’t perform that action at this time.
0 commit comments