Changeset 9519b52
- Timestamp:
- 04/10/2005 09:45:19 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8f400dc
- Parents:
- 94302200
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r94302200 r9519b52 181 181 <!ENTITY tk-version "8.4.9"> 182 182 <!ENTITY gcc2-version "2.95.3"> 183 <!ENTITY NASM-version "0.98.3 8">183 <!ENTITY NASM-version "0.98.39"> 184 184 <!ENTITY gcc3-version "3.3.4"> 185 185 <!ENTITY doxygen-version "1.4.1"> -
general/prog/nasm.xml
r94302200 r9519b52 9 9 <!ENTITY NASM-md5sum "2032ad44c7359f7a9a166a40a633e772"> 10 10 <!ENTITY NASM-size "543 KB"> 11 <!ENTITY NASM-buildsize " 6.3 MB">12 <!ENTITY NASM-time "0. 14SBU">11 <!ENTITY NASM-buildsize "17.3 MB (includes building and installing all docs)"> 12 <!ENTITY NASM-time "0.20 SBU"> 13 13 ]> 14 14 … … 45 45 </sect3> 46 46 47 <sect3><title><application><acronym>NASM</acronym></application> 48 dependencies</title> 49 <sect4><title>Optional (for building documentation)</title> 50 <para><xref linkend="tex"/>, and 51 <xref linkend="espgs"/> or <xref linkend="gs"/></para> 52 </sect4> 53 </sect3> 47 54 </sect2> 48 55 … … 55 62 56 63 <screen><userinput><command>./configure --prefix=/usr && 57 make</command></userinput></screen> 64 make && 65 make -C rdoff/doc && 66 make -C rdoff/doc html</command></userinput></screen> 67 68 <para>To build the base <application><acronym>NASM</acronym></application> 69 documentation, ensure you have Ghostscript installed and issue:</para> 70 71 <screen><userinput><command>make doc</command></userinput></screen> 72 73 <para>To build the <acronym>RDOFF</acronym> Postscript documentation, 74 ensure you have <xref linkend="tex"/> installed and issue:</para> 75 76 <screen><userinput><command>sed -i -e "s/dvips \$</& -o rdoff.ps/" rdoff/doc/Makefile && 77 make -C rdoff/doc ps</command></userinput></screen> 78 79 <para>To build the <acronym>RDOFF</acronym> <acronym>PDF</acronym> 80 documentation, ensure you have Ghostscript installed and issue:</para> 81 82 <screen><userinput><command>make -C rdoff/doc pdf</command></userinput></screen> 58 83 59 84 <para>Now, as the root user:</para> 60 85 61 <screen><userinput role='root'><command>make install</command></userinput></screen> 86 <screen><userinput role='root'><command>make install && 87 make install_rdf && 88 install -v -m644 rdoff/doc/rdoff.info /usr/share/info && 89 install -v -m755 -d /usr/share/doc/nasm/html && 90 install -v -m644 rdoff/doc/v1-v2.txt /usr/share/doc/nasm && 91 cp -v -R rdoff/doc/rdoff /usr/share/doc/nasm/html</command></userinput></screen> 92 93 <para>If you built the Ghostscript generated documentation, install it using 94 the following commands as the root user:</para> 95 96 <screen><userinput role='root'><command>make install_doc && 97 install -v -m644 rdoff/doc/rdoff.pdf /usr/share/doc/nasm</command></userinput></screen> 98 99 <para>Lastly, if you built the <acronym>RDOFF</acronym> Postscript 100 documentation, install it using the following command as the root user:</para> 101 102 <screen><userinput role='root'><command>install -v -m644 rdoff/doc/rdoff.ps /usr/share/doc/nasm</command></userinput></screen> 62 103 63 104 </sect2> … … 72 113 73 114 <seglistitem> 74 <seg>nasm and ndisasm</seg> 115 <seg>nasm, ndisasm, ldrdf, rdf2bin, rdf2com, rdf2ihx, rdfdump, rdflib and 116 rdx</seg> 75 117 <seg>None</seg> 76 <seg> None</seg>118 <seg>/usr/share/doc/nasm</seg> 77 119 </seglistitem> 78 120 </segmentedlist> … … 97 139 </indexterm></listitem> 98 140 </varlistentry> 141 142 <varlistentry id="ldrdf"> 143 <term><command>ldrdf</command></term> 144 <listitem><para>is an <acronym>RDOFF</acronym> linker.</para> 145 <indexterm zone="NASM ldrdf"> 146 <primary sortas="b-ldrdf">ldrdf</primary> 147 </indexterm></listitem> 148 </varlistentry> 149 150 <varlistentry id="rdfdump"> 151 <term><command>rdfdump</command></term> 152 <listitem><para>dumps the contents of an <acronym>RDOFF</acronym> file.</para> 153 <indexterm zone="NASM rdfdump"> 154 <primary sortas="b-rdfdump">rdfdump</primary> 155 </indexterm></listitem> 156 </varlistentry> 157 158 <varlistentry id="rdflib"> 159 <term><command>rdflib</command></term> 160 <listitem><para>is an <acronym>RDOFF</acronym> librarian.</para> 161 <indexterm zone="NASM rdflib"> 162 <primary sortas="b-rdflib">rdflib</primary> 163 </indexterm></listitem> 164 </varlistentry> 165 166 <varlistentry id="rdx"> 167 <term><command>rdx</command></term> 168 <listitem><para>is used to load and execute an <acronym>RDOFF</acronym> 169 module.</para> 170 <indexterm zone="NASM rdx"> 171 <primary sortas="b-rdx">rdx</primary> 172 </indexterm></listitem> 173 </varlistentry> 99 174 </variablelist> 100 175 -
introduction/welcome/changelog.xml
r94302200 r9519b52 22 22 23 23 <itemizedlist> 24 25 <listitem><para>April 10th, 2005 [randy]: Updated to 26 NASM-0.98.39.</para></listitem> 24 27 25 28 <listitem><para>April 10th, 2005 [igor]: Updated to libIDL-0.8.5 and
Note:
See TracChangeset
for help on using the changeset viewer.