Closed dgileadi closed 7 years ago
On macOS Sierra, I run install.sh and the end result is a workspace-d/bin folder containing all the built programs. However they're missing the executable flag, so I have to chmod +x all of them. This should be done by the installer.
workspace-d/bin
chmod +x
On macOS Sierra, I run install.sh and the end result is a
workspace-d/bin
folder containing all the built programs. However they're missing the executable flag, so I have tochmod +x
all of them. This should be done by the installer.