Skip to content

Instantly share code, notes, and snippets.

@GwynethLlewelyn
Created November 22, 2024 09:59
Show Gist options
  • Save GwynethLlewelyn/43dc806b3857cfc652c09667fba8d958 to your computer and use it in GitHub Desktop.
Save GwynethLlewelyn/43dc806b3857cfc652c09667fba8d958 to your computer and use it in GitHub Desktop.

An attempt to get all command line configurations working to manually compile Homebrew's Node.js for macOS Big Sur

  ./configure --without-npm --with-intl=system-icu --shared-libuv --shared-nghttp2 --shared-openssl --shared-zlib --shared-brotli --shared-cares --prefix=/usr/local/Cellar/node/23.3.0 --use-prefix-to-find-headers --openssl-use-def-ca-store --enable-lto

Notes

  1. Use default XCode compiler & linker (reset appropriate variables!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment