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

Unofficial ARM64 Windows support #1810

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adriandole
Copy link
Contributor

Test system: ARM64 Windows VM running on an M1 Mac using UTM.

Build in the ARM64 Native tools command prompt.

Configure for clang:

cmake -D ENABLE_EXTRA_ALIGNMENT=OFF -D ENABLE_AUTOMATIC_INIT_AND_CLEANUP=OFF -D CMAKE_BUILD_TYPE=Debug -D ENABLE_MONGOC=ON -G "Visual Studio 17 2022" -A ARM64 -T ClangCL -D CMAKE_C_FLAGS="-w" -S srcDir -B buildDir

Configure for MSVC:

cmake -G"NMake Makefiles" -DCMAKE_SYSTEM_PROCESSOR=arm64 -DENABLE_TRACING=ON -DENABLE_SSL=WINDOWS 

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

Successfully merging this pull request may close these issues.

1 participant