File: README.Debian

package info (click to toggle)
dynare 7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 79,248 kB
  • sloc: cpp: 82,011; ansic: 28,583; objc: 12,573; yacc: 5,105; pascal: 2,374; lex: 1,502; python: 1,118; sh: 1,116; makefile: 605; lisp: 162; xml: 18
file content (36 lines) | stat: -rw-r--r-- 937 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Dynare for Debian
=================

This package provides a fully functional installation of Dynare for GNU Octave.

If your model file is called 'filename.mod', just type the following at the
Octave prompt:

  dynare filename

Note that you don't need to do any 'addpath', the Debian package does it for
you.


Documentation and examples
--------------------------

Please install the 'dynare-doc' package for documentation (including the user
guide and the reference manual), and some example MOD files.

You can find more information on Dynare homepage:

  https://www.dynare.org


Note for MATLAB users
---------------------

You should install the 'dynare-matlab' package, which will recompile the MEX
files on your machine, using your copy of MATLAB.

Before using Dynare on MATLAB, you need to type the following:

  addpath /usr/lib/dynare/matlab

 -- Sébastien Villemot <sebastien@debian.org>, Wed,  3 Jan 2024 15:16:27 +0100