glfs/general/prog/nasm/nasm-inst.xml

12 lines
334 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application><acronym>NASM</acronym></application></title>
<para>Install <application><acronym>NASM</acronym></application> by running the
following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>