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.