
12 Nov
2009
12 Nov
'09
7:38 p.m.
DeNigris Sean wrote:
I downloaded 1.40.0 and started to build on my mac, but "./bootstrap.sh --help" gave me back "command not found" in Terminal.
Updated workaround: The permissions for all the .sh files were incorrect, so I had to "find . -name '*.sh' -exec chmod 766 {} \;" before it would build successfully
Which package did you download? tar.* are for Unix, others are for Windows and generally expected to have busted permissions. - Volodya