Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 930 Bytes

package-managers.md

File metadata and controls

31 lines (19 loc) · 930 Bytes

Package Managers

The SRT library can be installed with the help of the following package managers:

  • Vcpkg

    The SRT library package name is libsrt. For example, to install the library on Unix systems, run:

    ./vcpkg install libsrt
    

    The libsrt port in vcpkg 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 the vcpkg repository.

  • Homebrew

    The Homebrew formula is srt. See also "Building SRT on macOS".

    brew install srt
    
  • Apt

    sudo apt install libsrt
    
  • Conan

    The SRT library package name is srt.