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
We need someone with M1 to build binaries.
Contributing guidelines include the instructions for building: https://github.com/aminya/minijson#contributing
The text was updated successfully, but these errors were encountered:
Automatic installation might not support Arm64 for Mac yet. Here is the manual install script:
export ARCH=arm64 # Manually install ldc # Due to https://github.com/dlang-community/setup-dlang/issues/51 curl -LJO https://github.com/ldc-developers/ldc/releases/download/v1.28.0/ldc2-1.28.0-osx-$ARCH.tar.xz tar -xf ldc2-1.28.0-osx-$ARCH.tar.xz rm ldc2-1.28.0-osx-$ARCH.tar.xz LDC_PATH="~/ldc" mkdir -p $LDC_PATH mv ldc2-1.28.0-osx-$ARCH $LDC_PATH # Activate ldc export LIBRARY_PATH="$LDC_PATH/lib${LIBRARY_PATH:+:}${LIBRARY_PATH:-}" export LD_LIBRARY_PATH="$LDC_PATH/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH:-}" export PATH="$LDC_PATH/bin${PATH:+:}${PATH:-}" export DMD="ldmd2" export DC=ldc2
Sorry, something went wrong.
No branches or pull requests
We need someone with M1 to build binaries.
Contributing guidelines include the instructions for building:
https://github.com/aminya/minijson#contributing
The text was updated successfully, but these errors were encountered: