1 Aug
2011
1 Aug
'11
4:57 p.m.
On 1 Aug 2011, at 20:13, Jonas Zeleninsky wrote:
Get to the folder first:
cd chuck-1.2.1.3-exe/bin/
then
sudo cp chuck /usr/bin/
It seems that on Mac OS X 10.6.8, this can be replaced by sudo cp chuck /usr/local/bin/ as this directory is included in echo $PATH
and
sudo chmod 755 /usr/bin/chuck
And this unnecessary, as one is copying it (and it it is correctly set when unpacking with 'tar -xzf'). Hans