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

Stop claiming that we support Windows XP and Vista

parent c7cd325e
Branches
Tags
No related merge requests found
...@@ -7,7 +7,7 @@ Installation and configuration ...@@ -7,7 +7,7 @@ Installation and configuration
Software requirements Software requirements
===================== =====================
Packaged versions of Dynare are available for Windows XP/Vista/7/8/10, Packaged versions of Dynare are available for Windows 7/8/10,
`Debian GNU/Linux <http://www.debian.org/>`_, `Ubuntu`_ and macOS 10.8 `Debian GNU/Linux <http://www.debian.org/>`_, `Ubuntu`_ and macOS 10.8
or later. Dynare should work on other systems, but some compilation or later. Dynare should work on other systems, but some compilation
steps are necessary in that case. steps are necessary in that case.
...@@ -197,8 +197,7 @@ Homebrew, type:: ...@@ -197,8 +197,7 @@ Homebrew, type::
If you don’t want to type this command every time you run Octave, you 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 can put it in a file called ``.octaverc`` in your home directory
(under Windows this will generally be ``c:\Documents and (under Windows this will generally be ``c:\Users\USERNAME`` while under macOS it is
Settings\USERNAME\`` while under macOS it is
``/Users/USERNAME/``). This file is run by Octave at every startup. ``/Users/USERNAME/``). This file is run by Octave at every startup.
......
...@@ -17,9 +17,7 @@ computations. ...@@ -17,9 +17,7 @@ computations.
On Linux and macOS, the default location of the configuration file is On Linux and macOS, the default location of the configuration file is
``$HOME/.dynare``, while on Windows it is ``%APPDATA%\dynare.ini`` ``$HOME/.dynare``, while on Windows it is ``%APPDATA%\dynare.ini``
(typically ``C:\Documents and Settings\USERNAME\Application (typically ``c:\Users\USERNAME\AppData\dynare.ini``). You
Data\dynare.ini`` under Windows XP, or
``C:\Users\USERNAME\AppData\dynare.ini`` under Windows Vista/7/8). You
can specify a non standard location using the ``conffile`` option of can specify a non standard location using the ``conffile`` option of
the ``dynare`` command (see :ref:`dyn-invoc`). the ``dynare`` command (see :ref:`dyn-invoc`).
......
...@@ -72,9 +72,8 @@ by the correct version number): ...@@ -72,9 +72,8 @@ by the correct version number):
addpath c:\dynare\4.x.y\matlab addpath c:\dynare\4.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 (‘c:\Documents and put it in a file called ‘.octaverc’ in your home directory
Settings\USERNAME’ for Windows XP or ‘c:\Users\USERNAME’ for more recent (typically ‘c:\Users\USERNAME’). This file is run by Octave at every startup.
versions of Windows). This file is run by Octave at every startup.
You can test your installation by typing ‘dynare’ at the Octave prompt. This You can test your installation by typing ‘dynare’ at the Octave prompt. This
should give you an error message complaining that you did not specify a MOD should give you an error message complaining that you did not specify a MOD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment