From 5956c767d32dce8d124c74068b9e112333abc1eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Mon, 13 May 2019 12:23:04 +0200 Subject: [PATCH] Stop claiming that we support Windows XP and Vista --- doc/manual/source/installation-and-configuration.rst | 5 ++--- doc/manual/source/the-configuration-file.rst | 4 +--- windows/README.txt | 5 ++--- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/doc/manual/source/installation-and-configuration.rst b/doc/manual/source/installation-and-configuration.rst index 86a053cc0..2d6f48a2b 100644 --- a/doc/manual/source/installation-and-configuration.rst +++ b/doc/manual/source/installation-and-configuration.rst @@ -7,7 +7,7 @@ Installation and configuration 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 `_, `Ubuntu`_ and macOS 10.8 or later. Dynare should work on other systems, but some compilation steps are necessary in that case. @@ -197,8 +197,7 @@ Homebrew, type:: 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 -(under Windows this will generally be ``c:\Documents and -Settings\USERNAME\`` while under macOS it is +(under Windows this will generally be ``c:\Users\USERNAME`` while under macOS it is ``/Users/USERNAME/``). This file is run by Octave at every startup. diff --git a/doc/manual/source/the-configuration-file.rst b/doc/manual/source/the-configuration-file.rst index 805812903..9cf9a3ffa 100644 --- a/doc/manual/source/the-configuration-file.rst +++ b/doc/manual/source/the-configuration-file.rst @@ -17,9 +17,7 @@ computations. On Linux and macOS, the default location of the configuration file is ``$HOME/.dynare``, while on Windows it is ``%APPDATA%\dynare.ini`` -(typically ``C:\Documents and Settings\USERNAME\Application -Data\dynare.ini`` under Windows XP, or -``C:\Users\USERNAME\AppData\dynare.ini`` under Windows Vista/7/8). You +(typically ``c:\Users\USERNAME\AppData\dynare.ini``). You can specify a non standard location using the ``conffile`` option of the ``dynare`` command (see :ref:`dyn-invoc`). diff --git a/windows/README.txt b/windows/README.txt index 61dbc276c..4cfac6e41 100644 --- a/windows/README.txt +++ b/windows/README.txt @@ -72,9 +72,8 @@ by the correct version number): addpath c:\dynare\4.x.y\matlab 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 -Settings\USERNAME’ for Windows XP or ‘c:\Users\USERNAME’ for more recent -versions of Windows). This file is run by Octave at every startup. +put it in a file called ‘.octaverc’ in your home directory +(typically ‘c:\Users\USERNAME’). This file is run by Octave at every startup. 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