Most users of Skia should set is_official_build=true
, and most developers should leave it to its false
default.
This mode configures Skia in a way that’s suitable to ship: an optimized build with no debug symbols, dynamically linked against its third-party dependencies using the ordinary library search path.
In contrast, the developer-oriented default is an unoptimized build with full debug symbols and all third-party dependencies built from source and embedded into libskia. This is how we do all our manual and automated testing.
Skia offers several features that make use of third-party libraries, like libpng, libwebp, or libjpeg-turbo to decode images, or ICU and sftnly to subset fonts. All these third-party dependencies are optional and can be controlled by a GN argument that looks something like skia_use_foo
for appropriate foo
.
If skia_use_foo
is enabled, enabling skia_use_system_foo
will build and link Skia against the headers and libaries found on the system paths. is_official_build=true
enables all skia_use_system_foo
by default. You can use extra_cflags
and extra_ldflags
to add include or library paths if needed.
https://stackoverflow.com/questions/58287158/missing-header-files-when-trying-to-build-skia
.Any ideas? this is stumping me
--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/fd8caf49-141e-4560-8df1-d3df2f0d7321%40googlegroups.com.
is_official_build=true
," I had assumed I was a user and should set the property to true. --
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/aea9aa5a-1dac-4f23-bd6a-0de080f1feeb%40googlegroups.com.
You are, and you probably should?
On Tue, Oct 8, 2019 at 9:57 AM Fudge <natandes...@gmail.com> wrote:
Oh! by "Most users of Skia should set--is_official_build=true
," I had assumed I was a user and should set the property to true.
It seems to be building properly now. Thank you so much!
בתאריך יום שלישי, 8 באוקטובר 2019 בשעה 17:42:23 UTC+3, מאת Fudge:https://stackoverflow.com/questions/58287158/missing-header-files-when-trying-to-build-skia
.Any ideas? this is stumping me
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-d...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/52d3d058-9de5-45d7-aaa7-160ba51a6801%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/52d3d058-9de5-45d7-aaa7-160ba51a6801%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/ced4aab7-fce6-42fa-a628-5a7543f19de3%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/ced4aab7-fce6-42fa-a628-5a7543f19de3%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skia-discuss/0161d4d6-126e-472a-a7b3-8e0537db3a59o%40googlegroups.com.