The SRT library can be installed with the help of the following package managers:
-
The SRT library package name is
libsrt
. For example, to install the library on Unix systems, run:./vcpkg install libsrt
The
libsrt
port invcpkg
is kept up to date by Microsoft team members and community contributors. If the SRT version is out of date, please create an issue or pull request on thevcpkg
repository. -
The
Homebrew
formula issrt
. See also "Building SRT on macOS".brew install srt
-
sudo apt install libsrt
-
The SRT library package name is
srt
.