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

build cargo-obs-build

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

11 releases (2 stable)

1.0.1 Oct 31, 2024
0.1.8 Oct 31, 2024
0.1.5 Aug 5, 2024
0.1.1 Jul 31, 2024

#114 in Build Utils

Download history 2/week @ 2024-10-08 1/week @ 2024-10-15 212/week @ 2024-10-22 347/week @ 2024-10-29 53/week @ 2024-11-05 3/week @ 2024-11-19 1/week @ 2024-12-03 15/week @ 2024-12-10

741 downloads per month

MIT license

21KB
471 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

~13–25MB
~387K SLoC