dynare/windows
Sébastien Villemot b8a920463f
Windows: upgrade Boost dependency
2019-12-19 12:52:24 +01:00
..
deps Windows: upgrade Boost dependency 2019-12-19 12:52:24 +01:00
Makefile Windows package: add a 7z archive (same contents as the zip, but better compressed) 2019-09-17 15:33:37 +02:00
README.txt windows/README.txt: fix phrasing; remove link to obsolete Wiki 2019-06-13 15:50:31 +02:00
build.sh Windows package: restore several missing MEX files 2019-11-21 16:31:15 +01:00
dynare.nsi Windows package: ship a 64-bit Dynare++ executable alongside the 32-bit one 2019-09-17 15:12:35 +02:00
install-packages.sh Under Debian, latexmk is needed to compile the manual 2019-10-01 13:40:50 +02:00

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

Dynare
━━━━━━

For information about how to use Dynare, you should have a look at the
documentation located in the doc subdirectory of your Dynare installation (you
should have a shortcut in your Start Menu to access it directly).

Beginners should start with the tutorial (under PDF format in guide.pdf).
There is also a complete reference manual documenting all Dynare functions
(under HTML format in dynare-manual.html\index.html, under PDF format in
dynare-manual.pdf).

You can also get more information on the Dynare homepage:

  https://www.dynare.org

Note: Dynare comes with an automated uninstaller, which you can run from the
“Add/Remove Programs” menu of the Control Panel.


Using Dynare with MATLAB®
─────────────────────────

Dynare requires MATLAB® version 7.9 (R2009b) or above. With older versions of
MATLAB®, it may fail or give unexpected results.

To use Dynare, you just have to add the matlab subdirectory of your Dynare
installation to MATLAB® path. You have two options for doing that:

— Use the addpath command, by typing the following (assuming that you have
  installed Dynare at the standard location, and replacing 4.x.y by the correct
  version number):

    addpath c:\dynare\4.x.y\matlab

  MATLAB® will not remember this setting next time you run it, and you will
  have to do it again.

— Select the “Set Path” entry in the “File” menu, then click on “Add Folder…”,
  and select the matlab subdirectory of your Dynare installation. Note that
  you must not use “Add with Subfolders…”. Apply the settings by clicking on
  “Save”. Note that MATLAB® will remember this setting next time you run it.

You can test your installation by typing dynare at the MATLAB® prompt. This
should give you an error message complaining that you did not specify a MOD
file.


Using Dynare with Octave
────────────────────────

Dynare also works on top of GNU Octave, a free clone of MATLAB® (see
<https://www.octave.org>).

This version of Dynare is compiled for Octave 5.1.0 (MinGW, 32-bit and 64-bit),
and may not work with other versions of Octave. The recommended version of
Octave can be downloaded at:

— For 64-bit systems:
  https://ftpmirror.gnu.org/gnu/octave/windows/octave-5.1.0-w64-installer.exe
— For 32-bit systems:
  https://ftpmirror.gnu.org/gnu/octave/windows/octave-5.1.0-w32-installer.exe

Every time you run Octave, you should type the following command (assuming that
you have installed Dynare at the standard location, and replacing 4.x.y by
the 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
(typically c:\Users\USERNAME). 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
file.


Credits
───────

MATLAB® is a registered trademark of The Mathworks, Inc.