Changeset 58bd309a for general/prog/gcc/gnat-inst.xml
- Timestamp:
- 09/26/2003 03:06:17 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 78ccf136
- Parents:
- 681ad68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gcc/gnat-inst.xml
r681ad68 r58bd309a 1 1 <sect2> 2 <title>Installation of <application> gnat</application></title>2 <title>Installation of <application><acronym>GNAT</acronym></application></title> 3 3 4 <para>Install <application>gnat</application> by running the following commands:</para> 4 <para>Install <application><acronym>GNAT</acronym></application> by running the 5 following commands:</para> 5 6 6 7 <screen><userinput><command>./doconfig</command></userinput></screen> 7 8 8 9 <para>The above script will ask you how and where you would like to install 9 <application> gnat</application>. To avoid conflicts with the system10 <command>gcc</command>, the package will be installed 11 in a separatedirectory, that can later be removed from the system.</para>10 <application><acronym>GNAT</acronym></application>. To avoid conflicts with the 11 system <command>gcc</command>, the package will be installed in a separate 12 directory, that can later be removed from the system.</para> 12 13 13 14 <para>In response to the questions asked by the … … 20 21 <screen><userinput><command>./doinstall</command></userinput></screen> 21 22 22 <para>The <application>gnat</application> compiler can be invoked by 23 executing the <command>gcc</command> binary 24 installed by the above script. <!-- To avoid conflicts with the system 25 <command>gcc</command>, we will rename the <command>gcc</command> 26 command.--></para> 27 <!-- <screen><userinput><command>cd /opt/gnat/bin && 28 mv gcc gnatgcc && 29 cd real && 30 mv gcc gnatgcc</command></userinput></screen> --> 23 <para>The <application><acronym>GNAT</acronym></application> compiler can be 24 invoked by executing the <command>gcc</command> binary installed by the above 25 script.</para> 31 26 32 27 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.