-
Notifications
You must be signed in to change notification settings - Fork 20
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
Missing a bit more instructions #4
Comments
This repo isn't meant to generate a chromium build with Netflix. It ties in
with the foundation's patch. In the patch they include instructions to
download a fresh source of chromium, apply the patch, setup the sysroot and
build it. This script sources the binaries from the chromium source and
then builds a Deb automatically. The tarball is a template Deb package
which gets changed with the script.
To get Netflix working takes a lot more work, including downloading the
latest widevine libraries, adding them to Deb the packaging it. I currently
don't have that much time to work on it and Netflix on the pi has become
less of a priority for me. I may get time this weekend, but I'm not
certain.
…On Sat, Oct 7, 2017, 8:09 AM Walter Heck ***@***.***> wrote:
Hello,
I tried running your script, but it is a bit mysterious as to what's
actually happening. Can you sehd some light on a few things?
1.
In
https://github.com/kusti8/chromium-build/blob/master/build-deb.sh#L27
you download a tarball from your own repo. Where does that come from/what
does it contain?
2.
In
https://github.com/kusti8/chromium-build/blob/master/build-deb.sh#L32
it obviously expects a src/ directory. Can you enlighten us a bit more
what that is?
The general idea here is that you're copying a few things from another
chrome version I guess? A little explanation would be awesome :)
thanks for the great work by the way, I have a 3 year old son who is very
happy on a daily basis :)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJW73MIx0iK2TdAENyP-rIbU0srtqEHyks5sp2nzgaJpZM4PxVD_>
.
|
Do you have a link to this?
right
I have little bits and pieces of time but as you seem to somehow have become the easiest way for tons of people to get this working I'd love to get some clarity on this so we can all pitch in and move this forward :) |
@kusti8 ping :) |
Sorry. I've been really busy.
https://github.com/raspberrypi-ui/chromium_patches
…On Wed, Oct 18, 2017, 3:38 PM Walter Heck ***@***.***> wrote:
@kusti8 <https://github.com/kusti8> ping :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJW73LAmERaNo-7VZ3duvKhzsQ2_NYRtks5stlPCgaJpZM4PxVD_>
.
|
Thanks for that. For future reference, more info: https://www.raspberrypi.org/forums/viewtopic.php?t=192799 |
Hello,
I tried running your script, but it is a bit mysterious as to what's actually happening. Can you sehd some light on a few things?
In https://github.com/kusti8/chromium-build/blob/master/build-deb.sh#L27 you download a tarball from your own repo. Where does that come from/what does it contain?
In https://github.com/kusti8/chromium-build/blob/master/build-deb.sh#L32 it obviously expects a
src/
directory. Can you enlighten us a bit more what that is?The general idea here is that you're copying a few things from another chrome version I guess? A little explanation would be awesome :)
thanks for the great work by the way, I have a 3 year old son who is very happy on a daily basis :)
The text was updated successfully, but these errors were encountered: