DSpellCheck icon indicating copy to clipboard operation
DSpellCheck copied to clipboard

Please add ARM64 build

Open talynone opened this issue 6 months ago • 0 comments

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

talynone avatar Aug 19 '24 11:08 talynone