File: README.Debian

package info (click to toggle)
dynare 6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 67,796 kB
  • sloc: cpp: 79,110; ansic: 28,917; objc: 12,445; yacc: 4,537; pascal: 1,993; lex: 1,441; sh: 1,132; python: 634; makefile: 628; lisp: 163; xml: 18
file content (36 lines) | stat: -rw-r--r-- 937 bytes parent folder | download | duplicates (2)
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