-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proper way to use libwebrtc as a submodule #61
Comments
I assume this is a question "how to use libwebrtc" as a submodule and you did not figure that out yet. I've asked myself the same question but the solution is not so straight forward:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's built in-source, not as a build/install globally. My .gitmodules is:
The intention is to be able to get my source tree and build it all once, with libwebrtc binaries being generated locally in my binary directory.
The text was updated successfully, but these errors were encountered: