paulocoutinhox / pdfium-lib

PDFium - Project to compile PDFium library to multiple platforms.

Home Page:https://pdfviewer.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest release is missing WASM-build

swftvsn opened this issue · comments

commented

Was there a problem with the build?

Yes, i need find a new way to don't download too much things when clone repository, because don't left space on disk.

As idea, you can build project with checkout_configuration=minimal options, but it definetly tradeoff:

By default, we should check out everything needed to run on the main
pdfium waterfalls. This var can be also be set to 'small', in order to skip
things are not strictly needed to build pdfium for development purposes,
by adding the following line to the .gclient file inside a solutions entry:
"custom_vars": { "checkout_configuration": "small" },
Similarly, this var can be set to 'minimal' to also skip the Skia and V8
checkouts for the smallest possible checkout, where some features will not
work.

Hi,

I have updated everything.

You can now use the latest version.

Thanks.

Awesome, thank you for your work!