Skip to content

Instantly share code, notes, and snippets.

@qolarnix
Last active July 8, 2022 21:01
Show Gist options
  • Save qolarnix/2b15d12d4b7ac4fccb766eb9f495dc6d to your computer and use it in GitHub Desktop.
Save qolarnix/2b15d12d4b7ac4fccb766eb9f495dc6d to your computer and use it in GitHub Desktop.
beeselmane/puredarwin build steps
# clone repo
git clone --recurse-submodules https://github.com/beeselmane/PureDarwin.git
# verbose output
export RC_VERBOSE=YES
# build jobs
export RC_BUILD_JOBS=1
# source
source tools/rc/setup.sh
# tell cmake where openssl is
OPENSSL_ROOT_DIR=/usr/local/opt/openssl\@1.1/
# build host toolchain
rc --make-host-toolchain
# if success, build it
rc build
@qolarnix
Copy link
Author

qolarnix commented Jul 8, 2022

"-DCMAKE_C_COMPILER=${TARGET_CC}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment