From 54bbedfdbbb7b9b34c0a392f084fe5af2681d0dc Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Wed, 8 Jan 2025 09:04:55 +0000 Subject: [PATCH] INSTALL_MacOS.md: Update to install gnu-sed The platform /usr/bin/sed does this: /usr/bin/sed -e "/#/D" -e "/ \//s/ \/.*\.h//" -e "/ \\\/D" -i Depend$PPID.tmp sed: -I or -i may not be used with stdin But a filename was specified, so the error should be file does not exist --- INSTALL_MacOS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/INSTALL_MacOS.md b/INSTALL_MacOS.md index a192af9c..0f0ded8d 100644 --- a/INSTALL_MacOS.md +++ b/INSTALL_MacOS.md @@ -3,11 +3,10 @@ Get [Homebrew](https://brew.sh). ```sh -# TCL9 should be supported soon (Q2 2025) -brew install cairo tcl-tk@8 python3 +brew install cairo tcl-tk@8 python3 gnu-sed brew install --cask xquartz ./scripts/configure_mac -# If you have both TCL8 and TCL9 installed you may need to verify TCL8 was selected. +# If you have both TCL8 and TCL9 installed you may need to verify which was selected. make database/database.h make -j$(sysctl -n hw.ncpu) make install # may need sudo depending on your setup