Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 813 Bytes

File metadata and controls

22 lines (15 loc) · 813 Bytes

Running on MacOS

Prerequisites

  1. Node.js: Ensure you have Node.js 20 or higher installed

    • Installation options include Homebrew or the official installer from nodejs.org
  2. Xcode Command Line Tools:

    • Required for compilers and build tools
    • Can be installed via xcode-select --install
    • Be sure to accept the Xcode EULA

Required Configuration Changes

  • Change in etc/config/compiler-explorer.defaults.properties the line objdumperType=default to objdumperType=llvm
  • This ensures compatibility with macOS's LLVM-based toolchain

Notes

  • By default, Apple Clang will be available as a compiler
  • For configuration details, see Configuration.md
  • Follow the standard setup instructions in the main README.md