argos/docs/developer/requirements.md
Alexis Métaireau bd55fd03e9 docs: add a requirements section to the developer docs.
Add a section on installing sed, which differs between GNU and OSX.
2024-04-05 11:09:42 +02:00

444 B

Requirements

Depending on your setup, you might need different tools to develop on argos. We try to list them here.

Mac OS

Gnu Sed

You will need to have gnu-sed installed. "sed" installed by default on MacOS machines differ from the gnu version (It's used for some post-documentation-generation hooks)


brew install gnu-sed

# This will explain how to add it to your path (to replace the default one)
brew info gnu-sed