#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

#82 in Build Utils

Download history 17/week @ 2024-08-10 10/week @ 2024-09-21 3/week @ 2024-10-12 49/week @ 2024-10-19 440/week @ 2024-10-26 118/week @ 2024-11-02 5/week @ 2024-11-09 3/week @ 2024-11-16

280 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
~384K SLoC