Skip to content
New issue

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

Please add ARM64 build #348

Open
talynone opened this issue Aug 19, 2024 · 0 comments
Open

Please add ARM64 build #348

talynone opened this issue Aug 19, 2024 · 0 comments

Comments

@talynone
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant