DSpellCheck
DSpellCheck copied to clipboard
Please add ARM64 build
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.