Various fixes to the Windows packaging

time-shift
Sébastien Villemot 2012-03-14 17:26:21 +01:00
parent 5954cf2011
commit 7c90441a29
2 changed files with 12 additions and 12 deletions

View File

@ -54,14 +54,14 @@ specify a MOD file.
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>).
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:
This version of Dynare is compiled for Octave 3.6.1 (MinGW), and may not work
with other versions of Octave. You can download an installer for the right
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
that you have installed Dynare at the standard location, and replacing '4.x.y'
@ -69,10 +69,10 @@ by correct version number):
addpath c:\dynare\4.x.y\matlab
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 (generally 'c:\Documents and Settings\USERNAME\'). This file
is run by Octave at every startup.
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
Settings\USERNAME\' for Windows XP or 'c:\Users\USERNAME' for Windows 7). This
file is run by Octave at every startup.
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

View File

@ -87,7 +87,7 @@ SectionEnd
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
File ..\mex\matlab\win32-7.5-7.13\*.mexw32
File ..\mex\matlab\win32-7.5-7.14\*.mexw32
SectionEnd
# Currently we don't have that version of MATLAB
@ -108,12 +108,12 @@ SectionEnd
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
File ..\mex\matlab\win64-7.8-7.13\*.mexw64
File ..\mex\matlab\win64-7.8-7.14\*.mexw64
SectionEnd
SectionGroupEnd
Section "MEX files for Octave 3.6.1 (MinGW build)"
Section "MEX files for Octave 3.6.1 (MinGW)"
SetOutPath $INSTDIR\mex\octave
File ..\mex\octave\*.mex ..\mex\octave\*.oct
SectionEnd