-
Notifications
You must be signed in to change notification settings - Fork 47
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
OSX #116
Comments
documentation needs updating / transfer from old site yes. |
Thx @ygrek , |
i have no idea how to do that, but you can follow what ci is doing and build yourself |
@barracuda156 Interesting, with which target? Currently it is OSX 14 minimum, but i have 13. |
CI is run on pulls as far as I see, so you can just replace all the "macos-latest" with "macos-13": (I counted 3, but there might be more I missed) mldonkey/.github/workflows/workflow.yml Line 33 in cb0da53
mldonkey/.github/workflows/workflow.yml Line 56 in cb0da53
mldonkey/.github/workflows/workflow.yml Line 61 in cb0da53
Do a pull, and collect the artefact yourself from the action tab (then close the pull afterwards, whether it works or not). |
or better submit a PR to do macos-13 builds |
Oh yes, replace the first with |
@Larzans As long as it is feasible, MacPorts will support 10.5+ on all 7 archs. Normally I build everything on 10.6 PowerPC and then CI must pass on 12–14 x86_64 and arm64. Everything in between is not guaranteed, but we may fix it if something fails. |
Is there any prebuild package for osx or does that not exist anymore?
It says everywhere win, linux, osx, but i can't see the binaries.
Is there a doc on how to compile on osx, if possible?
I know the old site and forum has been deleted, i downloaded the backup, but i can't seem to find my way around it.
So it would be appreciated if anyone could give me a tip on how to proceed on osx :)
The text was updated successfully, but these errors were encountered: