as-ascii
as-ascii
Running the build.ps1 as recommended by the instructions results in the following error: ``` -- Installing: C:/Users//workspace/docwire/vcpkg/packages/boost-build_x64-windows/share/boost-build/copyright -- Bootstrapping... CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message): Command failed: C:/Users//workspace/docwire/vcpkg/packages/boost-build_x64-windows/tools/boost-build/bootstrap.bat msvc Working Directory:...
Setting of OPENSSL_MODULES is required. Hotfix is available in tools/setup_env.sh and tools/setup_env.ps1. This is an issue separated from #90 to track upstream fixes and final solution. Upstream links: https://github.com/podofo/podofo/issues/135 https://github.com/microsoft/vcpkg/discussions/36715
Upgrade all 3rd party components to newest versions. Current development version of DocWire SDK uses VCPKG for managing dependencies so it would be aligned with newest VCPKG official repository ports.
Redesign API to allow “pull”/”lazy” processing - process only what application requires, e.g. skip processing fonts or skip layout algorithms if not asked for.
First of all, as always, thanks for your work on the project It seems that there is a thread-safety problem related with freetype library. I think it would be better...