tdf#77964 doc import: 0x1 placeholder is for AS_CHAR
[LibreOffice.git] / external / skia / README
blobbf59a2384612d156501a06e05ddfe617cda3da5d
1 External package containing skia.
3 https://skia.org/
6 How to update the tarball:
7 ==========================
9 git clone https://skia.googlesource.com/skia.git
10 cd skia
11 git checkout chrome/mXX
12 id=$(git rev-parse chrome/mXX)
13 git clean -idx
14 rm -rf .git gitignore infra modules/canvaskit resources site
15 cd ..
16 tar cvJf skia-mXX-$id.tar.xz skia
18 (where XX refers to the branch version)
20 And review differences for BUILD.gn and relevant files in gn/ :
21 git diff chrome/mYY..chrome/mXX ./BUILD.gn ./gn
24 Debugging Skia:
25 ===============
27 Note that Skia is always built optimized, unless you use --enable-skia=debug.
30 GrContext sharing:
31 ==================
33 For details about the share-grcontext patch, see vcl/skia/README.