Skip to content
Snippets Groups Projects
Verified Commit 48c96539 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Adapt the documentation for the new versioning scheme

Switch to a two digit version number, and make the documentation agnostic on
the major version number.
parent 1638374b
Branches
No related tags found
No related merge requests found
...@@ -43,9 +43,9 @@ worry about your own files. ...@@ -43,9 +43,9 @@ worry about your own files.
On Windows On Windows
---------- ----------
Execute the automated installer called ``dynare-4.x.y-win.exe`` (where Execute the automated installer called ``dynare-x.y-win.exe`` (where
``4.x.y`` is the version number), and follow the instructions. The ``x.y`` is the version number), and follow the instructions. The
default installation directory is ``c:\dynare\4.x.y``. default installation directory is ``c:\dynare\x.y``.
After installation, this directory will contain several After installation, this directory will contain several
sub-directories, among which are ``matlab``, ``mex`` and ``doc``. sub-directories, among which are ``matlab``, ``mex`` and ``doc``.
...@@ -91,9 +91,9 @@ With MATLAB ...@@ -91,9 +91,9 @@ With MATLAB
^^^^^^^^^^^ ^^^^^^^^^^^
To install Dynare for use with MATLAB, execute the automated installer called To install Dynare for use with MATLAB, execute the automated installer called
``dynare-4.x.y.pkg`` (where *4.x.y* is the version number), and follow the ``dynare-x.y.pkg`` (where *x.y* is the version number), and follow the
instructions. The default installation directory is instructions. The default installation directory is
``/Applications/Dynare/4.x.y``. After installation, this directory will contain ``/Applications/Dynare/x.y``. After installation, this directory will contain
several sub-directories, among which are ``matlab``, ``mex``, and ``doc``. several sub-directories, among which are ``matlab``, ``mex``, and ``doc``.
Note that several versions of Dynare can coexist (by default in Note that several versions of Dynare can coexist (by default in
...@@ -213,20 +213,20 @@ installation to MATLAB path. You have two options for doing that: ...@@ -213,20 +213,20 @@ installation to MATLAB path. You have two options for doing that:
* Using the ``addpath`` command in the MATLAB command window: * Using the ``addpath`` command in the MATLAB command window:
Under Windows, assuming that you have installed Dynare in the Under Windows, assuming that you have installed Dynare in the
standard location, and replacing ``4.x.y`` with the correct version standard location, and replacing ``x.y`` with the correct version
number, type:: number, type::
>> addpath c:/dynare/4.x.y/matlab >> addpath c:/dynare/x.y/matlab
Under GNU/Linux, type:: Under GNU/Linux, type::
>> addpath /usr/lib/dynare/matlab >> addpath /usr/lib/dynare/matlab
Under macOS, assuming that you have installed Dynare in the standard Under macOS, assuming that you have installed Dynare in the standard
location, and replacing ``4.x.y`` with the correct version number, location, and replacing ``x.y`` with the correct version number,
type:: type::
>> addpath /Applications/Dynare/4.x.y/matlab >> addpath /Applications/Dynare/x.y/matlab
MATLAB will not remember this setting next time you run it, and you MATLAB will not remember this setting next time you run it, and you
will have to do it again. will have to do it again.
...@@ -248,10 +248,10 @@ installation to Octave path, using the ``addpath`` at the Octave ...@@ -248,10 +248,10 @@ installation to Octave path, using the ``addpath`` at the Octave
command prompt. command prompt.
Under Windows, assuming that you have installed Dynare in the standard Under Windows, assuming that you have installed Dynare in the standard
location, and replacing “*4.x.y*” with the correct version number, location, and replacing “*x.y*” with the correct version number,
type:: type::
octave:1> addpath c:/dynare/4.x.y/matlab octave:1> addpath c:/dynare/x.y/matlab
Under Debian, Ubuntu or Linux Mint, there is no need to use the ``addpath`` Under Debian, Ubuntu or Linux Mint, there is no need to use the ``addpath``
command; the packaging does it for you. Under Arch Linux, you need to do:: command; the packaging does it for you. Under Arch Linux, you need to do::
......
...@@ -28,10 +28,10 @@ To use Dynare, you just have to add the ‘matlab’ subdirectory of your Dynare ...@@ -28,10 +28,10 @@ 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: installation to MATLAB® path. You have two options for doing that:
— Use the addpath command, by typing the following (assuming that you have — Use the addpath command, by typing the following (assuming that you have
installed Dynare at the standard location, and replacing ‘4.x.y’ by the correct installed Dynare at the standard location, and replacing ‘x.y’ by the correct
version number): version number):
addpath c:\dynare\4.x.y\matlab addpath c:\dynare\x.y\matlab
MATLAB® will not remember this setting next time you run it, and you will MATLAB® will not remember this setting next time you run it, and you will
have to do it again. have to do it again.
...@@ -58,10 +58,10 @@ Octave can be downloaded at: ...@@ -58,10 +58,10 @@ Octave can be downloaded at:
https://ftpmirror.gnu.org/gnu/octave/windows/octave-6.4.0-w64-installer.exe https://ftpmirror.gnu.org/gnu/octave/windows/octave-6.4.0-w64-installer.exe
Every time you run Octave, you should type the following command (assuming that Every time you run Octave, you should type the following command (assuming that
you have installed Dynare at the standard location, and replacing ‘4.x.y’ by you have installed Dynare at the standard location, and replacing ‘x.y’ by
the correct version number): the correct version number):
addpath c:\dynare\4.x.y\matlab addpath c:\dynare\x.y\matlab
Note: if you don't want to type this command every time you run Octave, you can 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 put it in a file called ‘.octaverc’ in your home directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment