From 25b35eeb95bc40a86a932508c4be49f39f38d33d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Thu, 26 Aug 2010 18:03:25 +0200 Subject: [PATCH] Reference manual: no longer needed to install MSVC runtime for Win64, since we now compile with MinGW64 (cherry picked from commit 48ddcb3a6ef452d2a47ca0c92493d8b584e22ce3) --- doc/manual.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/manual.xml b/doc/manual.xml index 3a19ea2e78..953f34dabc 100644 --- a/doc/manual.xml +++ b/doc/manual.xml @@ -140,8 +140,6 @@ <para>The installer will also add an entry in your Start Menu with a shortcut to documentation files and to the uninstaller.</para> - <para>Users of MATLAB 64-bit also need to install <ulink url="http://www.microsoft.com/downloads/details.aspx?familyid=bd2a6171-e2d6-4230-b809-9a8d7548c1b6&displaylang=en">Microsoft Visual C++ runtime libraries</ulink> in order to have functional MEX files.</para> - <para>Note that you can have several versions of Dynare coexisting (for example in <filename>c:\dynare</filename>), as long as you correctly adjust your path settings (see <xref linkend="path_warning" />).</para> </sect2> -- GitLab