Table of Contents

Installing Make and GCC

Since TruffleRuby 24.0.0, TruffleRuby no longer needs a LLVM toolchain and instead uses the system toolchain. The packages below are required to build C and C++ extensions.

Fedora-based: RHEL, Oracle Linux, etc

sudo dnf install make gcc

Debian-based: Ubuntu, etc

sudo apt-get install make gcc

macOS

On macOS, make sure you have installed the command line developer tools from Xcode:

xcode-select --install