You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,30 +7,29 @@ To build this project you will need:
7
7
-[Docker](https://www.docker.com/)
8
8
- Intel Xeon hardware which supports Intel AVX512 (Skylake generation or later)
9
9
- Compiler (clang++, g++)
10
-
- Cmake version 3.12 or later
10
+
- Cmake version 3.14 or later
11
11
- Intel® Integrated Performance Primitives (Intel® IPP) (Stand-Alone Version is the minimum requirement)
12
12
- (optional) libx264, libx265, zlib1g-dev
13
13
14
14
## Install Intel IPP
15
15
Standalone version of IPP (minimum requirement): https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#ipp\
16
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\
17
-
Add below lines to `~/.bash_profile` which sets IPP env. \
17
+
Add below line to `~/.bash_profile` which sets IPP env. \
## Build and install the Intel® Library for VSR with Docker
25
24
In the top level directory of the repository, run
26
25
```
27
-
./build.sh
26
+
sudo -E ./build.sh
28
27
```
29
28
The library and docker image will automatically be built within 'build.sh'.
30
29
31
30
If the user is not root and does not have sudo permission, it is assumed that the user has been added to the Docker cgroup and the user must provide the path to the install directory when building.
0 commit comments