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

build cargo-obs-build

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

12 releases (3 stable)

new 1.1.1 Mar 29, 2025
1.0.1 Oct 31, 2024
0.1.8 Oct 31, 2024
0.1.5 Aug 5, 2024
0.1.1 Jul 31, 2024

#179 in Build Utils

24 downloads per month

MIT license

21KB
472 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] # Can also be [workspace.metadata]
libobs-version="30.2.2"
libobs-cache-dir="../obs-build" # Optional, defaults to "obs-build", relative to the Cargo.toml file

Dependencies

~14–26MB
~402K SLoC