comparison etc/README.MacOS @ 15499:6e834a113760

maint: Periodic merge of stable to default.
author Rik <rik@octave.org>
date Wed, 10 Oct 2012 11:44:09 -0700
parents 494f9bac8862
children 3ae8c1ee7365
comparison
equal deleted inserted replaced
15496:acfee9c61f80 15499:6e834a113760
29 29
30 Links to the stable releases, snap shots, and instructions for obtaining 30 Links to the stable releases, snap shots, and instructions for obtaining
31 the current development sources using mercurial can be found on Octave's 31 the current development sources using mercurial can be found on Octave's
32 web-site below. 32 web-site below.
33 33
34 http://www.gnu.org/software/octave/download.html 34 http://www.octave.org/download.html
35 35
36 Building on MacOS can vary significantly between versions. These 36 Building on MacOS can vary significantly between versions. These
37 instructions document the procedure for MacOS 10.6.X. 37 instructions document the procedure for MacOS 10.6.X.
38 38
39 39
75 2.2 Manual Package Management 75 2.2 Manual Package Management
76 ----------------------------- 76 -----------------------------
77 77
78 Instructions for building Octave are available on the web at the link below. 78 Instructions for building Octave are available on the web at the link below.
79 79
80 http://wiki.octave.org/wiki.pl?BuildFromSource 80 http://wiki.octave.org/Build_from_source
81 81
82 In addition, those wishing to build on MacOS X (10.6.x) should read section 82 In addition, those wishing to build on MacOS X (10.6.x) should read section
83 2.1 above. 83 2.1 above.
84 84
85 2.2.1 Critical Dependencies 85 2.2.1 Critical Dependencies
141 make 141 make
142 sudo make install 142 sudo make install
143 143
144 See the link below for additional details about optional dependencies. 144 See the link below for additional details about optional dependencies.
145 145
146 http://wiki.octave.org/wiki.pl?BuildFromSource 146 http://wiki.octave.org/Build_from_source
147 147
148 TODO - Modify the configure script to test for 64 bit vecLib bug. When the bug 148 TODO - Modify the configure script to test for 64 bit vecLib bug. When the bug
149 is present, apply the wrapper solution. 149 is present, apply the wrapper solution.
150 150
151 151