From 0cda8d64da04c3aa85ab89e01dce72336b8b9424 Mon Sep 17 00:00:00 2001 From: sebastien Date: Fri, 11 Dec 2009 15:02:18 +0000 Subject: [PATCH] reference manual: documented new 'cygwin' and 'msvc' options git-svn-id: https://www.dynare.org/svn/dynare/trunk@3225 ac1d8469-bf42-47a9-8791-bf33cf982152 --- doc/manual.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/manual.xml b/doc/manual.xml index 3568a3f10..231bec91f 100644 --- a/doc/manual.xml +++ b/doc/manual.xml @@ -112,7 +112,7 @@ Dynare should work on other systems, but some compilation steps are necessary in Some installation instructions for GNU Octave can be found on Dynare Wiki. -If you are using MATLAB for Windows, and if you plan to use options or , you will need to install the GNU C++ compiler (g++) on your machine, and configure it with MATLAB (see instructions on the Dynare wiki). Users of MATLAB under Linux and MacOS, and users of GNU Octave normally need to do nothing, since a working compilation environment is available by default. +If you are using MATLAB for Windows, and if you plan to use options (in particular when computing third order approximations with ), you will need to install a C++ compiler on your machine, and configure it with MATLAB: see instructions on the Dynare wiki. Users of MATLAB under Linux and MacOS, and users of GNU Octave normally need to do nothing, since a working compilation environment is available by default. @@ -250,6 +250,8 @@ second step, the program actually runs the computations. Boths steps are trigger + + @@ -315,6 +317,14 @@ These files may be looked at to understand errors reported at the simulation sta Display a warning for each variable or parameter which is not initialized. Initialization should be done through or for parameters, or through , or for endogenous and exogenous. + + + Tells Dynare that your MATLAB is configured for compiling MEX files with Cygwin (see ). This option is only available under Windows, and is used in conjunction with . + + + + Tells Dynare that your MATLAB is configured for compiling MEX files with Microsoft Visual C++ (see ). This option is only available under Windows, and is used in conjunction with . +