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:
parent
b1e2913435
commit
54bbedfdbb
|
|
@ -3,11 +3,10 @@
|
||||||
Get [Homebrew](https://brew.sh).
|
Get [Homebrew](https://brew.sh).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# TCL9 should be supported soon (Q2 2025)
|
brew install cairo tcl-tk@8 python3 gnu-sed
|
||||||
brew install cairo tcl-tk@8 python3
|
|
||||||
brew install --cask xquartz
|
brew install --cask xquartz
|
||||||
./scripts/configure_mac
|
./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 database/database.h
|
||||||
make -j$(sysctl -n hw.ncpu)
|
make -j$(sysctl -n hw.ncpu)
|
||||||
make install # may need sudo depending on your setup
|
make install # may need sudo depending on your setup
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue