dynare/windows
Sébastien Villemot 62f608eb80
Windows package: bump dependencies
For the time being, the HDF5 package is held back, because of this issue which
affects version 1.14.0:
https://github.com/msys2/MINGW-packages/issues/15449#issuecomment-1470098865
2023-03-15 17:05:53 +01:00
..
deps Windows package: bump dependencies 2023-03-15 17:05:53 +01:00
Makefile Windows package: minor build system simplification 2022-03-22 12:11:44 +01:00
README.txt Windows package: bump to Octave 7.3.0 2022-11-07 14:16:29 +01:00
build.sh Windows package: add comment on -fstack-protector-{strong,all} with Debian cross-compiler 2023-03-14 16:53:51 +01:00
dynare.nsi Windows package: drop start menu shortcut to uninstaller 2023-01-03 17:03:47 +01:00
install-packages.sh Add libfl-dev to list of build dependencies under Debian 2022-02-07 23:06:14 +01: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 or remove programs” menu of the Control Panel.


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

Dynare works on top of MATLAB®, any version ranging from 8.3 (R2014a) to 9.13
(R2022b). Only 64-bit versions are supported.

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 x.y by the correct
  version number):

    addpath c:\dynare\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 7.3.0 (MinGW, 64-bit),
and may not work with other versions of Octave. The recommended version of
Octave can be downloaded at:
  https://ftpmirror.gnu.org/gnu/octave/windows/octave-7.3.0-w64-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 x.y by
the correct version number):

  addpath c:\dynare\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.