Skip to content

Commit 1fc902c

Browse files
committed
Clarify IPP requirements in README
1 parent 42a26b7 commit 1fc902c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ To build this project you will need:
88
- Intel Xeon hardware which supports Intel AVX512 (Skylake generation or later)
99
- Compiler (clang++, g++)
1010
- Cmake version 3.12 or later
11-
- Intel® Integrated Performance Primitives (Intel® IPP)
11+
- Intel® Integrated Performance Primitives (Intel® IPP) (Stand-Alone Version is the minimum requirement)
1212
- (optional) libx264, libx265, zlib1g-dev
1313

1414
## Install Intel IPP
15-
https://www.intel.com/content/www/us/en/developer/tools/oneapi/ipp.html \
15+
Standalone version of IPP (minimum requirement): https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#ipp \
16+
Alternatively, install IPP as part of oneAPI Base Toolkit: https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html \
1617
Add below lines to `~/.bash_profile` which sets IPP env. \
1718
`source /opt/intel/oneapi/ipp/latest/env/vars.sh` \
1819
`. ~/.bashrc` \

0 commit comments

Comments
 (0)