Skip to content

LizardByte/build-deps

Repository files navigation

build-deps

GitHub Workflow Status (FFmpeg)

This is a common set of pre-compiled dependencies for LizardByte/Sunshine.

Usage

  1. Add this repository as a submodule to your project.

    git submodule add https://github.com/LizardByte/build-deps.git third-party/build-deps
    cd third-party/build-deps
    git submodule update --init --recursive
    checkout dist

Plans

  • Convert to a cmake project
  • Add more dependencies
    • boost
    • cuda (developer toolkit)
  • build linux dependencies in Docker (to more closely align with target environments)

License

This repo is licensed under the MIT License, but this does not cover submodules or patches. Please see the individual projects for their respective licenses.