-
Notifications
You must be signed in to change notification settings - Fork 163
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
Cross compiling #82
Comments
for the time being, and even though chromium itself has moved to clang for
windows builds, the official way to build libwebrtc is with MSVC.
that means no cross-compiling for windows for the time being as a
standalone library.
You might to ask those questions on discuss-webrtc mailing list,
and/or chromium-dev
for more details.
…On Fri, Mar 23, 2018 at 9:37 PM, Hooman ***@***.***> wrote:
I'm trying to cross compile WebRTC to Windows on a Linux machine. This
requires a win_toolchain. I used this script
<https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/master/win_toolchain/package_from_installed.py>
to produce the toolchain.
The toolchain is stored as a zip file. I was wondering if there is a way
to feed this toolchain to the build.sh script as input.
Chromium instruction on cross-compiling
<https://chromium.googlesource.com/chromium/src/+/master/docs/win_cross.md>
is not clear how to use the toolchain.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#82>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAT1nt8JGnfea7IXkkLxndQ-mPhjz3SKks5thWsqgaJpZM4S5aEc>
.
--
Alex. Gouaillard, PhD, PhD, MBA
------------------------------------------------------------------------------------
President - CoSMo Software Consulting, Singapore
------------------------------------------------------------------------------------
sg.linkedin.com/agouaillard
-
|
@agouaillard it's not quite accurate, we were able to cross compile the shared library for a Windows target on a Linux machine, using the Chromium toolchain. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to cross compile WebRTC to Windows on a Linux machine. This requires a win_toolchain. I used this script to produce the toolchain.
The toolchain is stored as a zip file. I was wondering if there is a way to feed this toolchain to the build.sh script as input.
Chromium instruction on cross-compiling is not clear how to use the toolchain.
The text was updated successfully, but these errors were encountered: