You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to skia-discuss
I have followed the below steps to build the skia source in Linux ubuntu 14.04 version but it will through the error like: "c++ error unrecognized command line option ‘-std=c++17’". I have tried to install the latest version gcc but it was not working. Any one please guide me to compile the sika source and run the helloworld sample.
Modern Skia is unlikely to build or run with the default system
toolchain on Ubuntu 14.04 (or for that matter the most recent
toolchain available in any package in 14.04). In theory Chrome (which
uses Skia) still supports Ubuntu 14.04, but this is done by building
with a modern version of clang and statically linking the c++ runtime.
Using older versions of Skia (like chrome/m42) is discouraged as it
will likely have numerous issues which have since been fixed.
On Thu, Oct 22, 2020 at 8:01 AM Parthipan R <rpart...@gmail.com> wrote:
>
> I have followed the below steps to build the skia source in Linux ubuntu 14.04 version but it will through the error like: "c++ error unrecognized command line option ‘-std=c++17’". I have tried to install the latest version gcc but it was not working. Any one please guide me to compile the sika source and run the helloworld sample.
>
> https://skia.googlesource.com/skia.git/+show/chrome/m42/site/user/quick/linux.md >
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to skia-discuss
I need to use latest version of ubuntu to build Skia source? If yes, can you please share the steps to build Skia source in linux environment.
Shawn Riordan
unread,
Oct 23, 2020, 12:55:34 AM10/23/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to skia-discuss
I needed the latest version of CentOS to build recent versions of Skia. Due to a need for a newer version of some library skia uses. So I imagine that a newer version of ubuntu would be a good idea; for the same reason.
Other than that, the existing instructions on skia.org for building skia with clang on linux work fine: