Skip to content

DarthKurt/osxcross-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSXCross Docker

Docker Image CI

A Dockerized wrapper for osxcross.

About

This project packages the osxcross toolchain into a Docker container.

It streamlines the setup of macOS cross-compilers on non-macOS systems by abstracting environment configuration and dependency management.

Please ensure you have read and understood the Xcode license terms before continuing.

To use the container, supply a valid packaged macOS SDK tarball and mount a directory where the toolchain should be installed.

All credits for the toolchain itself go to the original osxcross project.

How to use

docker run \
  -v path/to/MacOSXxxx.sdk.tar.xz:/osxcross/tarballs/MacOSXxxx.sdk.tar.xz \
  -v path/to/osxcross-toolchain:/osxcross/target \
  --rm \
  darthkurt/osxcross-builder:latest

For example:

docker run \
  -v ${HOME}/SDKs/MacOSX15.4.sdk.tar.xz:/osxcross/tarballs/MacOSX15.4.sdk.tar.xz \
  -v ${HOME}/SDKs/osxcross-osx-15.4:/osxcross/target \
  --rm \
  darthkurt/osxcross-builder:latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors