[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Install packages in Mac OS X
From: |
Vic Norton |
Subject: |
Re: Install packages in Mac OS X |
Date: |
Wed, 9 Sep 2009 10:23:55 -0400 |
I don't have Snow Leopard yet, but you might try this. It works for me.
1) Download "Octave.app for Mac OS X" from
<http://octave.sourceforge.net/>.
2) Drop the Octave application into your Applications folder.
3) To be able to use the shebang line
#!/usr/local/bin/octave
in your scripts, do
$ sudo ln -s \
/Applications/Octave.app/Contents/Resources/bin/octave \
/usr/local/bin
in Terminal.
Regards,
Vic
On Sep 8, 2009, at 8:28 PM, Xin Dong wrote:
Hi,
Has anyone successfully installed octave-forge packages with snow
leopard and octave 3.2.2? I tried to install image-1.0.10.tar.gz, but
failed.