CMake: Linux: update dependencies & use dynamic Boost (#864)

This commit is contained in:
Conn O'Griofa
2023-01-31 02:29:44 +00:00
committed by GitHub
parent 98d61b16f6
commit fb7c9e22ff
6 changed files with 21 additions and 18 deletions

View File

@@ -54,10 +54,10 @@ Install Requirements
sudo dnf group install "Development Tools" && \
sudo dnf install \
boost-devel \
boost-static \
cmake \
gcc \
gcc-c++ \
intel-mediasdk-devel \ # x86_64 only
libcap-devel \
libcurl-devel \
libdrm-devel \
@@ -80,9 +80,7 @@ Install Requirements
pulseaudio-libs-devel \
rpm-build \ # if you want to build an RPM binary package
wget \ # necessary for cuda install with `run` file
which \ # necessary for cuda install with `run` file
# libmfx-devel is not listed for fedora, this is for x86_64 only
https://kojipkgs.fedoraproject.org//packages/libmfx/1.25/4.el8/x86_64/libmfx-devel-1.25-4.el8.x86_64.rpm
which # necessary for cuda install with `run` file
Ubuntu 20.04
^^^^^^^^^^^^