Replies: 3 comments 4 replies
-
According to the docs, the command is slightly different from what you describe
One thing I note here is that probably Could you try with the documented instructions instead? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I don't know what your ultimate goal is with QField, but for the record: it's now also possible to customize it through plugins. https://www.opengis.ch/2024/06/18/supercharge-your-fieldwork-with-qfields-project-and-app-wide-plugins/ |
Beta Was this translation helpful? Give feedback.
-
Describe the issue
I encountered some issues while setting up the environment to build QField on Windows 10.
Reproduction steps
Steps to reproduce the behavior:
cmake -S QField -B build -D VCPKG_TARGET_TRIPLET=x64-windows-static -D VCPKG_INSTALL_OPTIONS="--x-buildtrees-root=D:/build" -D PKG_CONFIG_EXECUTABLE="C:/src/vcpkg/packages/pkgconf_x64-windows/tools/pkgconf/pkgconf.exe"
The log file screenshots are as follows:
Expected behavior
Could you please suggest possible solutions for this issue?
One additional point: I chose vcpkg version vcpkg2023-07-19 because higher versions of vcpkg use Python 3.11 for installing QField, which always results in errors. Therefore, I opted for a lower version of vcpkg.
Could you update the development documentation to include the specific CMake and vcpkg versions required for the setup? This would help avoid unnecessary issues during installation.
Beta Was this translation helpful? Give feedback.
All reactions