source: general/prog/nasm.xml@ 23460a6

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
Last change on this file since 23460a6 was 23460a6, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to Chapter 12 packages

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

  • Property mode set to 100644
File size: 2.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY NASM-download-http "http://prdownloads.sourceforge.net/nasm/nasm-&NASM-version;.tar.bz2">
8<!ENTITY NASM-download-ftp " ">
9<!ENTITY NASM-md5sum "9f682490c132b070d54e395cb6ee145e">
10<!ENTITY NASM-size "536 KB">
11<!ENTITY NASM-buildsize "6.3 MB">
12<!ENTITY NASM-time "0.14 SBU">
13]>
14
15<sect1 id="NASM" xreflabel="NASM-&NASM-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="NASM.html" ?>
21<title>NASM-&NASM-version;</title>
22<indexterm zone="NASM">
23<primary sortas="a-NASM">NASM</primary></indexterm>
24
25<sect2>
26<title>Introduction to
27<application><acronym>NASM</acronym></application></title>
28
29<para><application><acronym>NASM</acronym></application> (Netwide Assembler)
30is an 80x86 assembler designed for portability and modularity. It includes a
31disassembler as well.</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing='compact'>
35<listitem><para>Download (HTTP):
36<ulink url="&NASM-download-http;"/></para></listitem>
37<listitem><para>Download (FTP):
38<ulink url="&NASM-download-ftp;"/></para></listitem>
39<listitem><para>Download MD5 sum: &NASM-md5sum;</para></listitem>
40<listitem><para>Download size: &NASM-size;</para></listitem>
41<listitem><para>Estimated disk space required:
42&NASM-buildsize;</para></listitem>
43<listitem><para>Estimated build time:
44&NASM-time;</para></listitem></itemizedlist>
45</sect3>
46
47</sect2>
48
49<sect2>
50<title>Installation of
51<application><acronym>NASM</acronym></application></title>
52
53<para>Install <application><acronym>NASM</acronym></application> by running
54the following commands:</para>
55
56<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
57make</command></userinput></screen>
58
59<para>Now, as the root user:</para>
60
61<screen><userinput role='root'><command>make install</command></userinput></screen>
62
63</sect2>
64
65<sect2>
66<title>Contents</title>
67
68<segmentedlist>
69<segtitle>Installed Programs</segtitle>
70<segtitle>Installed Libraries</segtitle>
71<segtitle>Installed Directories</segtitle>
72
73<seglistitem>
74<seg>nasm and ndisasm</seg>
75<seg>None</seg>
76<seg>None</seg>
77</seglistitem>
78</segmentedlist>
79
80<variablelist>
81<bridgehead renderas="sect3">Short Descriptions</bridgehead>
82<?dbfo list-presentation="list"?>
83
84<varlistentry id="nasm-prog">
85<term><command>nasm</command></term>
86<listitem><para>is a portable 80x86 assembler.</para>
87<indexterm zone="NASM nasm-prog">
88<primary sortas="b-nasm">nasm</primary>
89</indexterm></listitem>
90</varlistentry>
91
92<varlistentry id="ndisasm">
93<term><command>ndisasm</command></term>
94<listitem><para>is an 80x86 binary file disassembler.</para>
95<indexterm zone="NASM ndisasm">
96<primary sortas="b-ndisasm">ndisasm</primary>
97</indexterm></listitem>
98</varlistentry>
99</variablelist>
100
101</sect2>
102
103</sect1>
Note: See TracBrowser for help on using the repository browser.