Document version, build flags and patches for bundled pdfium.dll

This commit is contained in:
Felix Kauselmann
2019-04-28 16:03:17 +02:00
parent c1c413a72d
commit 87a6645875
2 changed files with 83 additions and 0 deletions

27
dependencies/pdfium/win/VERSION vendored Normal file
View File

@ -0,0 +1,27 @@
YACReader for Windows uses a shared library version of pdfium.
pdfium branch used for building: chromium/3729
Build parameters used (gn args):
pdf_enable_v8 = false
pdf_enable_xfa = false
is_debug = false
symbol_level = 0
use_jumbo_build = true
For 32 bit builds:
target_cpu="x86"
For 64 bit builds:
target_cpu="x64"
Instructions on building pdfium can be found at https://pdfium.googlesource.com/pdfium
To build a shared library, the source code has to be patched. A patch file with the
necessary modifications can be found in this directory (pdfium_shared_library.patch).
It is recommended to always use the branch the current stable version of Chromium uses.
To get the pdfium branch corresponding to Chromium stable, look at
http://omahaproxy.appspot.com and search for the true_branch variable associated with
the current stable dev channel of Chromium.