We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was able to build for ARM64 pretty easily, it would be pretty nice to provide a ARM64 binary as part of the official release.
1.) Got master branch
2.) Deleted "#include <experimental/string>" "from src/plugin/settings.h" (resolved missing errors during build)
3.) Built with:
cmake -S . -B ./build -G "Visual Studio 17 2022" -A ARM64 -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo cmake --build ./build --target DSpellCheck --config RelWithDebInfo
I've attached my built binary in case someone may want it, seems to work fine.
DSpellCheck_Master_08_19_2024_ARM64.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was able to build for ARM64 pretty easily, it would be pretty nice to provide a ARM64 binary as part of the official release.
1.) Got master branch
2.) Deleted "#include <experimental/string>" "from src/plugin/settings.h" (resolved missing errors during build)
3.) Built with:
I've attached my built binary in case someone may want it, seems to work fine.
DSpellCheck_Master_08_19_2024_ARM64.zip
The text was updated successfully, but these errors were encountered: