Aires will currently fail to build on MacOS due the BSD-style sed used in MacOS not being POSIX-compliant (and therefore not correctly understanding the -i option used to update the AIRES install script).
When trying to build on MacOS, you'll typically get this error: sed 1 config command c expects / followed by text
See here for possible workarounds.
Aires will currently fail to build on MacOS due the BSD-style
sedused in MacOS not being POSIX-compliant (and therefore not correctly understanding the-ioption used to update the AIRES install script).When trying to build on MacOS, you'll typically get this error:
sed 1 config command c expects / followed by textSee here for possible workarounds.