Unable to compile on OSX
kyeshmz opened this issue · 2 comments
kyeshmz commented
Getting error
- gsed -r 's/@itemx/@c @itemx/'
./tools.bash: line 69: gsed: command not found
when trying to download requirements.
facchinm commented
HI @kkshmz , you need gsed from GNU autotools because the sed binary shipped with OSX is not compatible with the script.
The easiest thing to do is downloading it through homebrew. I'm correcting the readme right now, thanks.
facchinm commented
Readme fixed