#build-tool #build #libobs #video #prepare #obs #target-directory

build cargo-obs-build

A CLI tool used to build the libobs library and put it in the taregt directory

6 releases

0.1.5 Aug 5, 2024
0.1.4 Aug 4, 2024
0.1.1 Jul 31, 2024

#210 in Build Utils

MIT license

27KB
632 lines

libOBS build tool

This tool is used to build libOBS and its dependencies. It automatically prepares the environment by putting the required libraries in the target directory. The libOBS version should be stored in the Cargo.toml project file like so:

# Other stuff

[package.metadata]
libobs-version="30.2.2"
libobs-cache-dir="../obs-build" # Optional, defaults to "obs-build", relative to the Cargo.toml file

Dependencies

~12–23MB
~351K SLoC