Skip to content

stanford-stagecast/compositor

Repository files navigation

StageCast Compositor

Build directions

To build the source, you'll need the following packages:

  • g++ >= 8.0
  • libxinerama-dev
  • libxcursor-dev
  • libglu1-mesa-dev
  • libxrandr-dev
  • libxi-dev
  • libglew-dev
  • libglfw3-dev
  • libjpeg-dev
  • libx264-dev

The rest should be straightforward:

$ mkdir build
$ cd build
$ cmake ..
$ make -j`nproc`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published