Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 869 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 869 Bytes

Crucible

libobs-based capture system for Forge

Building

Requires libobs from obs-studio and boost with the following environment variables set

  • $(Boost) - path to boost base dir
  • $(OBSLib) - path to libobs for includes eg: /obs-studio/libobs
  • $(OBSBuild) - path to libobs build for library files eg: /obs-studio/build32/libobs
  • $(OBSBuild64) - path to libobs build for 64 bit library files eg: /obs-studio/build64/libobs
  • $(ForgeLib) - path to a 'forge libraries' collection that contains cajun
  • $(MinHook) - path to MinHook repository (VC12 solution should be compiled for all targets)

Running

Requires modules and data from obs-studio in the same directory you're running from (this will change in future)