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
This commit is contained in:
Darryl L. Miles 2025-01-08 09:04:55 +00:00 committed by R. Timothy Edwards
parent b1e2913435
commit 54bbedfdbb
1 changed files with 2 additions and 3 deletions

View File

@ -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