Update Octave pointers

time-shift
Sébastien Villemot 2012-10-03 17:22:28 +02:00
parent e835c7d945
commit 78d9cb92d4
4 changed files with 9 additions and 11 deletions

View File

@ -378,8 +378,8 @@ MATLAB version 7.3 (R2006b) or above;
GNU Octave version 3.4.0 or above. GNU Octave version 3.4.0 or above.
@end itemize @end itemize
Some installation instructions for GNU Octave can be found on the Packages of GNU Octave can be downloaded on the
@uref{http://www.dynare.org/DynareWiki/DynareOctave,Dynare Wiki}. @uref{http://www.dynare.org/download/octave,Dynare website}.
The following optional extensions are also useful to benefit from extra The following optional extensions are also useful to benefit from extra
features, but are in no way required: features, but are in no way required:

View File

@ -608,8 +608,6 @@ rhos = [ 0.8, 0.9, 1];
\item Since version 4.0, Dynare works on top of Octave \item Since version 4.0, Dynare works on top of Octave
\item This makes Dynare 100\% free software \item This makes Dynare 100\% free software
\item Almost all features of Dynare work with Octave (very few exceptions) \item Almost all features of Dynare work with Octave (very few exceptions)
\item For more information: \\
\url{http://www.dynare.org/DynareWiki/DynareOctave}
\end{itemize} \end{itemize}
\end{frame} \end{frame}

View File

@ -57,11 +57,11 @@ Using Dynare with Octave
Dynare also works on top of GNU Octave, a free clone of MATLAB (R) (see Dynare also works on top of GNU Octave, a free clone of MATLAB (R) (see
<http://www.octave.org>). <http://www.octave.org>).
This version of Dynare is compiled for Octave 3.6.1 (MinGW), and may not work This version of Dynare is compiled for Octave 3.6 (MinGW), and may not work
with other versions of Octave. You can download an installer for the right with other versions of Octave. The recommended version of Octave can be
version of Octave at: downloaded at:
http://www.dynare.org/octave/Octave3.6.1_gcc4.6.2_20120303-setup.exe http://www.dynare.org/download/octave/windows
Every time you run Octave, you should type the two following commands (assuming Every time you run Octave, you should type the two following commands (assuming
that you have installed Dynare at the standard location, and replacing '4.x.y' that you have installed Dynare at the standard location, and replacing '4.x.y'
@ -71,8 +71,8 @@ by correct version number):
NOTE: if you don't want to type this command every time you run Octave, you can NOTE: if you don't want to type this command every time you run Octave, you can
put it in a file called '.octaverc' in your home directory ('c:\Documents and put it in a file called '.octaverc' in your home directory ('c:\Documents and
Settings\USERNAME\' for Windows XP or 'c:\Users\USERNAME' for Windows 7). This Settings\USERNAME' for Windows XP or 'c:\Users\USERNAME' for Windows Vista/7).
file is run by Octave at every startup. This file is run by Octave at every startup.
You can test your installation by typing 'dynare' at the Octave prompt. This You can test your installation by typing 'dynare' at the Octave prompt. This
should give you an error message complaining that you did not specify a MOD should give you an error message complaining that you did not specify a MOD

View File

@ -110,7 +110,7 @@ SectionEnd
SectionGroupEnd SectionGroupEnd
Section "MEX files for Octave 3.6.1 (MinGW)" Section "MEX files for Octave 3.6 (MinGW)"
SetOutPath $INSTDIR\mex\octave SetOutPath $INSTDIR\mex\octave
File ..\mex\octave\*.mex ..\mex\octave\*.oct File ..\mex\octave\*.mex ..\mex\octave\*.oct
SectionEnd SectionEnd