Go to file
Michel Juillard 5d321c86ce add test case for purely backward model 2016-04-16 17:21:42 +02:00
README Moved README file for extended preprocessor in subfolder. 2015-04-14 11:57:28 +02:00
contrib ms-sbvar: submodule update 2014-11-19 14:40:51 +01:00
doc update doc for shocks_decomposition 2016-04-15 09:02:53 +02:00
dynare++ Fixed compilation failure on Windows. 2015-03-27 10:55:48 +01:00
examples Add missing author name in NK_baseline.mod 2016-03-27 19:45:10 +02:00
julia Use Julia 4.0 syntax 2015-09-01 11:05:39 +02:00
m4 fix copyright dates for 2016 2016-02-23 14:04:04 +01:00
matlab replaced transtion_matrix.m by kalman_transition_matrix.m 2016-04-16 17:21:42 +02:00
mex - In extended path 2015-11-19 17:03:05 +01:00
osx packaging: update os x packaging script 2014-08-01 17:46:26 +02:00
others choose LU preconditioner by default 2015-09-19 15:51:31 +02:00
preprocessor add option colormap for shocks_decomposition 2016-04-15 09:02:53 +02:00
scripts Make scripts work when run from other directories. 2014-07-31 15:45:15 +02:00
tests add test case for purely backward model 2016-04-16 17:21:42 +02:00
windows Make Dynare compatible with Matlab2015b 2016-01-29 18:44:05 +01:00
.dir-locals.el Adddd missing closing parenthesis. 2015-10-12 15:43:08 +02:00
.gitignore Updated .gitignore file. 2015-10-10 00:21:18 +02:00
.gitmodules Merge branch 'master' into rewrite-nonlinear-filters 2015-05-27 12:18:33 +02:00
CONTRIBUTING.md contributions: add more info on reporting bugs, #1114 2015-12-08 14:31:27 +01:00
COPYING Add the GPL text 2014-02-21 14:16:18 +01:00
Makefile.am add files to EXTRA_DIST 2015-12-08 14:31:32 +01:00
NEWS Updated NEWS for version 4.4.3 (list of bug fixes). 2014-07-31 12:45:18 +02:00
README.md build system: add MATLAB_MEX_* flags to allow user to override default mex compilation flags in the call to the configure script, #1121 2016-01-25 15:54:58 +08:00
configure.ac build system: fix lexinc path by replacing the last instance of 'flex' 2016-03-09 14:03:29 +01:00
license.txt Add corr.m to missing/stats 2016-04-09 15:22:40 +02:00

README.md

Dynare

Join the chat at https://gitter.im/DynareTeam

Described on the homepage: http://www.dynare.org/

Most users should use the precompiled package available for your OS, also available via the Dynare homepage: http://www.dynare.org/download/dynare-stable.

Contributions

To contribute to Dynare and participate in the Dynare community, please see: CONTRIBUTING.md

License

Most of the source files are covered by the GNU General Public Licence version 3 or later (there are some exceptions to this, see license.txt in Dynare distribution for specifics).

Building Dynare From Source

Here, we explain how to build from source:

  • Dynare, including preprocessor and MEX files for MATLAB and Octave
  • Dynare++
  • all the associated documentation (PDF and HTML)

This source can be retrieved in three forms:

Note that if you obtain the source code via git, you will need to install more tools (see below).

The first section of this page gives general instructions, which apply to all platforms. Then some specific platforms are discussed.

NB: Here, when we refer to 32-bit or 64-bit, we refer to the type of MATLAB installation, not the type of Windows installation. It is perfectly possible to run a 32-bit MATLAB on a 64-bit Windows: in that case, instructions for Windows 32-bit should be followed. To determine the type of your MATLAB installation, type:

>> computer

at the MATLAB prompt: if it returns PCWIN, then you have a 32-bit MATLAB; if it returns PCWIN64, then you have a 64-bit MATLAB.

Contents

  1. General Instructions
  2. Debian or Ubuntu
  3. Fedora
  4. Windows
  5. Mac OS X

General Instructions

Prerequisites

A number of tools and libraries are needed in order to recompile everything. You don't necessarily need to install everything, depending on what you want to compile.

  • A POSIX compliant shell and an implementation of Make (mandatory)
  • The GNU Compiler Collection, with gcc, g++ and gfortran (mandatory)
  • MATLAB (if you want to compile MEX for MATLAB)
  • GNU Octave, with the development headers (if you want to compile MEX for Octave)
  • Boost libraries, version 1.36 or later
  • Bison, version 2.5 or later (only if you get the source through Git)
  • Flex, version 2.5.4 or later (only if you get the source through Git)
  • Autoconf, version 2.62 or later (only if you get the source through Git) (see Installing an updated version of Autoconf in your own directory, in GNU/Linux)
  • Automake, version 1.11.2 or later (only if you get the source through Git) (see Installing an updated version of AutoMake in your own directory, in GNU/Linux)
  • CWEB, with its tools ctangle and cweave (only if you want to build Dynare++ and get the source through Git)
  • An implementation of BLAS and LAPACK: either ATLAS, OpenBLAS, Netlib (BLAS, LAPACK) or MKL (only if you want to build Dynare++)
  • An implementation of POSIX Threads (optional, for taking advantage of multi-core)
  • MAT File I/O library (if you want to compile Markov-Switching code, the estimation DLL, k-order DLL and Dynare++)
  • SLICOT (if you want to compile the Kalman steady state DLL)
  • GSL library (if you want to compile Markov-Switching code)
  • A decent LaTeX distribution (if you want to compile PDF documentation). The following extra components may be needed:
    • Eplain TeX macros (only if you want to build Dynare++ source documentation)
    • Beamer (for some PDF presentations)
  • For building the reference manual:
  • For Octave, the development libraries corresponding to the UMFPACK packaged with Octave

Preparing the sources

If you have downloaded the sources from an official source archive or the source snapshot, just unpack it.

If you want to use Git, do the following from a terminal:

git clone --recursive http://github.com/DynareTeam/dynare.git
cd dynare
autoreconf -si

The last line runs Autoconf and Automake in order to prepare the build environment (this is not necessary if you got the sources from an official source archive or the source snapshot).

Configuring the build tree

Simply launch the configure script from a terminal:

./configure

If you have MATLAB, you need to indicate both the MATLAB location and version. For example, on GNU/Linux:

./configure --with-matlab=/usr/local/MATLAB/R2013a MATLAB_VERSION=8.1

Note that the MATLAB version can also be specified via the MATLAB family product release (R2009a, R2008b, ...).

NB: For MATLAB versions strictly older than 7.1, you need to explicitly give the MEX extension, via MEXEXT variable of the configure script (for example, MEXEXT=dll for Windows with MATLAB < 7.1).

Alternatively, you can disable the compilation of MEX files for MATLAB with the --disable-matlab flag, and MEX files for Octave with --disable-octave.

You may need to specify additional options to the configure script, see the platform specific instructions below.

Note that if you don't want to compile the C/C++ programs with debugging information, you can specify the CFLAGS and CXXFLAGS variables to the configure script, such as:

./configure CFLAGS="-O3" CXXFLAGS="-O3"

To remove debugging information for Matlab mex functions, the analagous call would be:

./configure MATLAB_MEX_CFLAGS="-O3" MATLAB_MEX_CXXFLAGS="-O3"

If you want to give a try to the parallelized versions of some mex files (A_times_B_kronecker_C and sparse_hessian_times_B_kronecker_C used to get the reduced form of the second order approximation of the model) you can add the --enable-openmp flag, for instance:

./configure --with-matlab=/usr/local/matlab78 MATLAB_VERSION=7.8 --enable-openmp

If the configuration goes well, the script will tell you which components are correctly configured and will be built.

Bulding

Binaries and Info documentation are built with:

make

PDF and HTML documentation are respectively built with:

make pdf
make html

The testsuites can be run with:

make check

Debian or Ubuntu

All the prerequisites are packaged.

The easiest way to install the pre-requisites in Debian is to use Debian's dynare package and do:

apt-get build-dep dynare

Alternatively, if you want to build everything, manually install the following packages:

  • build-essential (for gcc, g++ and make)
  • gfortran
  • liboctave-dev or octave3.2-headers (will install ATLAS)
  • libboost-graph-dev
  • libgsl0-dev
  • libmatio-dev
  • libslicot-dev and libslicot-pic
  • libsuitesparse-dev
  • flex
  • bison
  • autoconf
  • automake
  • texlive
  • texlive-publishers (for Econometrica bibliographic style)
  • texlive-extra-utils (for CWEB)
  • texlive-formats-extra (for Eplain)
  • texlive-latex-extra (for fullpage.sty)
  • latex-beamer
  • texinfo
  • texi2html, latex2html
  • doxygen

Fedora

NB: Documentation still in progress…

  • octave-devel
  • boost-devel
  • gsl-devel
  • matio-devel
  • flex
  • bison
  • autoconf
  • automake
  • texlive
  • texinfo
  • texi2html, latex2html
  • doxygen

Windows

We no longer support compilation on Windows. To use the unstable version of Dynare on a Windows system, please download it from the Dynare website.

Mac OS X

  • Install the Xcode Command Line Tools:
  • Install the latest version of MacTeX
  • Install Homebrew by following the instructions on the website
  • Tap Homebrew Science by opening Terminal and typing:
  • brew tap homebrew/science
  • (Optional) To compile Dynare mex files for use on Octave:
    • brew install octave
    • brew install suite-sparse
  • To see the available options for compiling Dynare, type:
    • brew info dynare
  • Install Dynare via a command of the form:
    • (basic) brew install dynare --HEAD --without-check
    • (with Matlab mex) brew install dynare --HEAD --without-check --with-matlab=/Applications/MATLAB_R2015a.app --with-matlab-version=8.5
  • NB: If compiling Dynare documentation, add --with-doc to the installation command
  • NB: If not compiling Dynare mex files for Octave, add --without-octave to the installation command
  • NB: To compile the latest stable version of dynare, follow the same instructions as above, omitting the --HEAD argument
  • NB: To update a --HEAD install of dynare you need to uninstall it then install it again: brew uninstall dynare; brew install dynare --HEAD.
  • NB: If you want to maintain a separate git directory of dynare, you can do a --HEAD install of dynare, then uninstall it. This will have the effect of bringing in all the dependencies you will need to then compile dynare from your git directory. Then, change to the git directory and type:
    • autoreconf -si; ./configure --with-matlab=/Applications/MATLAB_R2015a.app MATLAB_VERSION=R2015a, adjusting the Matlab path and version to accord with your version
  • Once compilation is done, open Matlab and type the last line shown when you type brew info dynare in the Terminal window. With the typical Homebrew setup, this is:
    • addpath /usr/local/opt/dynare/lib/dynare/matlab