Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.07 KB

package-managers.md

File metadata and controls

35 lines (22 loc) · 1.07 KB

Package Managers

Packaging status

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.