Ignore:
Timestamp:
12/31/2004 09:06:50 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
396508b
Parents:
77c609f1
Message:

Moved the PDL Perl bundle to its own BLFS page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3163 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/nasm.xml

    r77c609f1 rbd23186f  
    1010<!ENTITY NASM-buildsize "6.3 MB">
    1111<!ENTITY NASM-time "0.14 SBU">
    12 
    1312]>
    1413
     
    2221
    2322<sect2>
    24 <title>Introduction to <application><acronym>NASM</acronym></application></title>
    25                                                                                
    26 <para><application><acronym>NASM</acronym></application> (Netwide Assembler) is                                                                               
    27 an 80x86 assembler designed for portability and modularity. It includes a
     23<title>Introduction to
     24<application><acronym>NASM</acronym></application></title>
     25
     26<para><application><acronym>NASM</acronym></application> (Netwide Assembler)
     27is an 80x86 assembler designed for portability and modularity. It includes a
    2828disassembler as well.</para>
    29                                                                                
     29
    3030<sect3><title>Package information</title>
    3131<itemizedlist spacing='compact'>
    32 <listitem><para>Download (HTTP): <ulink url="&NASM-download-http;"/></para></listitem>
    33 <listitem><para>Download (FTP): <ulink url="&NASM-download-ftp;"/></para></listitem>
     32<listitem><para>Download (HTTP):
     33<ulink url="&NASM-download-http;"/></para></listitem>
     34<listitem><para>Download (FTP):
     35<ulink url="&NASM-download-ftp;"/></para></listitem>
    3436<listitem><para>Download size: &NASM-size;</para></listitem>
    35 <listitem><para>Estimated Disk space required: &NASM-buildsize;</para></listitem>
    36 <listitem><para>Estimated build time: &NASM-time;</para></listitem></itemizedlist>
     37<listitem><para>Estimated disk space required:
     38&NASM-buildsize;</para></listitem>
     39<listitem><para>Estimated build time:
     40&NASM-time;</para></listitem></itemizedlist>
    3741</sect3>
    38                                                                                
     42
    3943</sect2>
    4044
    4145<sect2>
    42 <title>Installation of <application><acronym>NASM</acronym></application></title>
    43                                                                                
    44 <para>Install <application><acronym>NASM</acronym></application> by running thefollowing commands:</para>
    45                                                                                
     46<title>Installation of
     47<application><acronym>NASM</acronym></application></title>
     48
     49<para>Install <application><acronym>NASM</acronym></application> by running
     50the following commands:</para>
     51
    4652<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    4753make &amp;&amp;
    4854make install</command></userinput></screen>
    49                                                                                
     55
    5056</sect2>
    5157
    5258<sect2>
    5359<title>Contents</title>
    54                                                                                
    55 <para>The <application><acronym>NASM</acronym></application> package contains <command>nasm
    56 </command> and <command>ndisasm</command> programs.</para>
    57                                                                                
     60
     61<para>The <application><acronym>NASM</acronym></application> package contains
     62<command>nasm</command> and <command>ndisasm</command> programs.</para>
     63
    5864</sect2>
    59                                                                                
     65
    6066<sect2><title>Description</title>
    61                                                                                
     67
    6268<sect3><title>nasm</title>
    6369<para><command>nasm</command> is a portable 80x86 assembler.</para></sect3>
    64                                                                                
     70
    6571<sect3><title>ndisasm</title>
    66 <para><command>ndisasm</command> is an 80x86 binary file disassembler.</para></sect3>
    67                                                                                
     72<para><command>ndisasm</command> is an 80x86 binary file
     73disassembler.</para></sect3>
     74
    6875</sect2>
    6976
Note: See TracChangeset for help on using the changeset viewer.