Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itrooz/macos-crosscompile
https://github.com/itrooz/macos-crosscompile
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/itrooz/macos-crosscompile
- Owner: iTrooz
- License: mpl-2.0
- Created: 2023-08-09T16:10:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T00:58:39.000Z (11 months ago)
- Last Synced: 2023-12-28T02:58:54.695Z (11 months ago)
- Language: Dockerfile
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project contains an image capable of crosscompiling for MacOS ARM64 (and possibly x64, but you'll need to tweak it a bit). The Dockerfile to generate the image can be found in the folder crosscompile/ and the image can be built using the command `make crosscompile_img` (see the root Makefile)
You can also use the docker image (without the XCode SDK embedded): https://github.com/itrooz/macos-crosscompile/pkgs/container/macos-crosscompile
**By building or using the image with the XCode SDK (which is required for using the compilers), you agree to the [XCode license terms](https://www.apple.com/legal/sla/docs/xcode.pdf). Please ensure you have read and understood them first**
Note that this project has been made mainly to introduce MacOS ARM64 builds to https://github.com/WerWolv/ImHex/.
If you are interested in this project taking a more official/general turn, please open an issue