+2019-07-05 Arnaud Charlet <charlet@adacore.com>
+
+ * doc/gnat_ugn/platform_specific_information.rst: Refresh doc on
+ installing from the command line on Windows. Remove obsolete
+ part.
+ * gnat_ugn.texi: Regenerate.
+
2019-07-05 Vasiliy Fofanov <fofanov@adacore.com>
* libgnat/a-wichha.ads (Is_Alphanumeric): Replace comment with
platforms.
-.. only:: PRO or GPL
+.. only:: PRO
.. rubric:: Installing from the Command Line
line you should pass parameter :switch:`/S` (and, optionally,
:switch:`/D=<directory>`) as command-line arguments.
-.. only:: PRO
-
- For example, for an unattended installation of
- GNAT 7.0.2 into the default directory
- ``C:\\GNATPRO\\7.0.2`` you would run:
-
- ::
-
- gnatpro-7.0.2-i686-pc-mingw32-bin.exe /S
-
- To install into a custom directory, say, ``C:\\TOOLS\\GNATPRO\\7.0.2``:
-
- ::
-
- gnatpro-7.0.2-i686-pc-mingw32-bin /S /D=C:\TOOLS\GNATPRO\7.0.2
-
-.. only:: GPL
-
For example, for an unattended installation of
- GNAT 2012 into ``C:\\GNAT\\2012``:
+ GNAT 19.2 into the default directory :file:`C:\\GNATPRO\\19.2` you
+ would run::
- ::
+ gnatpro-19.2-x86-windows-bin /S
- gnat-gpl-2012-i686-pc-mingw32-bin /S /D=C:\GNAT\2012
+ To install into a custom directory, say, :file:`C:\\TOOLS\\GNATPRO\\19.2`::
-.. only:: PRO or GPL
+ gnatpro-19.2-x86-windows-bin /S /D=C:\TOOLS\GNATPRO\19.2
You can use the same syntax for all installers.
associations, so such activities need to be done by hand.
-
.. _Using_GNAT_on_Windows:
Using GNAT on Windows