|
From: | Ben Abbott |
Subject: | Re: How to install Octave 4.0.1 on OS X Yosemite |
Date: | Thu, 28 Apr 2016 07:32:16 -0400 |
Fink’s install will not work since it requires Octave 3.8.2 as a dependency and will not be binary compatible. The procedure you used for building Octave is intended for developers. Some of Octave’s packages will require special tweaking to install under Mac OS X. I rarely use Octave’s packages and won’t be any help in getting them to work if anything special is needed. What I do know is that you must install octave first. This is risky and you’ll be on your own if something goes wrong. In any event, you’ll need to attached script to be placed in the folder with Octave’s sources. sudo make install chmod 755 make_symbolic_links.sh ./make_symbolic_links.sh If you later install an updated version (4.0.2?) you’ll need to modify this script to work with the new version (the other scripts may need maintenance as well). Now you can try to install the control package using Octave’s pkg command. Ben |
make_symbolic_links.sh
Description: Binary data
[Prev in Thread] | Current Thread | [Next in Thread] |