From d6ed28e504ffc84845c8d39518e09bd44c036d76 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 26 Oct 2024 17:11:23 +0200 Subject: [PATCH] Update build-all.py - add rhel-related comment --- nix/build-all.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/build-all.py b/nix/build-all.py index 24d95acb0c..a09aff7435 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -48,6 +48,10 @@ # on OS X El Capitan with homebrew: # # $ brew install git bison autoconf automake libffi cmake # # # +# on RHEL-related distros: # +# $ yum install git gcc gcc-c++ autoconf bison make cmake # +# mesa-libGL-devel libffi-devel fontconfig-devel bzip2 # +# automake patch # ############################################################################### import logging import os