Skip to content
Snippets Groups Projects
Commit 7c90441a authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Various fixes to the Windows packaging

parent 5954cf20
No related branches found
No related tags found
No related merge requests found
...@@ -54,14 +54,14 @@ specify a MOD file. ...@@ -54,14 +54,14 @@ specify a MOD file.
Using Dynare with Octave Using Dynare with Octave
------------------------ ------------------------
Dynare is now available for 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 build), and may not This version of Dynare is compiled for Octave 3.6.1 (MinGW), and may not work
work with other versions of Octave. You can download an installer for the right with other versions of Octave. You can download an installer for the right
version of Octave from the following page: version of Octave at:
http://www.dynare.org/DynareWiki/DynareOctave http://www.dynare.org/octave/Octave3.6.1_gcc4.6.2_20120303-setup.exe
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'
...@@ -69,10 +69,10 @@ by correct version number): ...@@ -69,10 +69,10 @@ by correct version number):
addpath c:\dynare\4.x.y\matlab addpath c:\dynare\4.x.y\matlab
NOTE: if you don't want to type this command every time you run NOTE: if you don't want to type this command every time you run Octave, you can
Octave, you can put it in a file called '.octaverc' in your home put it in a file called '.octaverc' in your home directory ('c:\Documents and
directory (generally 'c:\Documents and Settings\USERNAME\'). This file Settings\USERNAME\' for Windows XP or 'c:\Users\USERNAME' for Windows 7). This
is run by Octave at every startup. 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
......
...@@ -87,7 +87,7 @@ SectionEnd ...@@ -87,7 +87,7 @@ SectionEnd
Section "MEX files for MATLAB 32-bit, version 7.5 to 7.14 (R2007b to R2012a)" Section "MEX files for MATLAB 32-bit, version 7.5 to 7.14 (R2007b to R2012a)"
SetOutPath $INSTDIR\mex\matlab\win32-7.5-7.14 SetOutPath $INSTDIR\mex\matlab\win32-7.5-7.14
File ..\mex\matlab\win32-7.5-7.13\*.mexw32 File ..\mex\matlab\win32-7.5-7.14\*.mexw32
SectionEnd SectionEnd
# Currently we don't have that version of MATLAB # Currently we don't have that version of MATLAB
...@@ -108,12 +108,12 @@ SectionEnd ...@@ -108,12 +108,12 @@ SectionEnd
Section "MEX files for MATLAB 64-bit, version 7.8 to 7.14 (R2009a to R2012a)" Section "MEX files for MATLAB 64-bit, version 7.8 to 7.14 (R2009a to R2012a)"
SetOutPath $INSTDIR\mex\matlab\win64-7.8-7.14 SetOutPath $INSTDIR\mex\matlab\win64-7.8-7.14
File ..\mex\matlab\win64-7.8-7.13\*.mexw64 File ..\mex\matlab\win64-7.8-7.14\*.mexw64
SectionEnd SectionEnd
SectionGroupEnd SectionGroupEnd
Section "MEX files for Octave 3.6.1 (MinGW build)" Section "MEX files for Octave 3.6.1 (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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment