Skip to content

ruslanjabari/compositor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

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

Languages

  • C++ 95.1%
  • CMake 4.2%
  • Makefile 0.7%