From f891ccff2c2fe47059e9d7b987b877c0eedc2413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Tue, 13 Mar 2012 17:33:08 +0100 Subject: [PATCH] Provisions for Octave 3.6.1 (MinGW) (cherry picked from commit 982f906eb611342a1fcab099502e15e0b9570c22) --- windows/README.txt | 11 ++++------- windows/dynare.nsi | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/windows/README.txt b/windows/README.txt index 97e3bb7e1..6c653b544 100644 --- a/windows/README.txt +++ b/windows/README.txt @@ -57,10 +57,11 @@ Using Dynare with Octave Dynare is now available for GNU Octave, a free clone of MATLAB (R) (see <http://www.octave.org>). -The recommended Octave distribution is the Octave/MinGW 3.4.3 -precompiled binaries from Octave Forge, available at: +This version of Dynare is compiled for Octave 3.6.1 (MinGW build), and may not +work with other versions of Octave. You can download an installer for the right +version of Octave from the following page: - http://sourceforge.net/projects/octave/files/Octave_Windows%20-%20MinGW/Octave%203.4.3%20for%20Windows%20MinGW%20Installer/ + http://www.dynare.org/DynareWiki/DynareOctave 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' @@ -77,10 +78,6 @@ 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 file. -For more information about Dynare for Octave, go to: - - http://www.dynare.org/DynareWiki/DynareOctave - Dynamic Loadable Libraries -------------------------- diff --git a/windows/dynare.nsi b/windows/dynare.nsi index cf450fd72..3b726aa02 100644 --- a/windows/dynare.nsi +++ b/windows/dynare.nsi @@ -108,7 +108,7 @@ SectionEnd SectionGroupEnd -Section "MEX files for Octave 3.4.3 (MinGW build)" +Section "MEX files for Octave 3.6.1 (MinGW build)" SetOutPath $INSTDIR\mex\octave File ..\mex\octave\*.mex ..\mex\octave\*.oct SectionEnd -- GitLab