mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
4f6275fd69
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2395 af4574ff-66df-0310-9fd7-8a98e5e911e0
104 lines
3.2 KiB
XML
104 lines
3.2 KiB
XML
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY nas-download-http "http://nas.codebrilliance.com/nas/nas-&nas-version;.src.tar.gz">
|
|
<!ENTITY nas-download-ftp "ftp://ftp.us.xemacs.org/pub/xemacs/aux/nas-&nas-version;.src.tar.gz">
|
|
<!ENTITY nas-size "1.0 MB">
|
|
<!ENTITY nas-buildsize "13 MB">
|
|
<!ENTITY nas-time "0.30 SBU">
|
|
]>
|
|
|
|
<sect1 id="nas" xreflabel="NAS-&nas-version;">
|
|
<?dbhtml filename="nas.html"?>
|
|
<title>NAS-&nas-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application><acronym>NAS</acronym></application></title>
|
|
|
|
<para>The Network Audio System is a network transparent, client/server audio
|
|
transport system. It can be described as the audio equivalent of an
|
|
<application>X</application> server.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink url="&nas-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink url="&nas-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download size: &nas-size;</para></listitem>
|
|
<listitem><para>Estimated Disk space required: &nas-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time: &nas-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title>Additional downloads</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Required Patch: <ulink
|
|
url="&patch-root;/nas-&nas-version;-bison_fix-1.patch"/></para></listitem>
|
|
</itemizedlist></sect3>
|
|
|
|
<sect3><title><application>NAS</application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)
|
|
</para></sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application><acronym>NAS</acronym></application></title>
|
|
|
|
<para>Install <application><acronym>NAS</acronym></application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput><command>patch -Np1 -i ../nas-&nas-version;-bison_fix-1.patch &&
|
|
xmkmf &&
|
|
make Makefiles &&
|
|
make includes &&
|
|
make depend &&
|
|
make &&
|
|
make install install.man</command></userinput></screen>
|
|
|
|
<!--
|
|
make INCROOT=/usr/include USRLIBDIR=/usr/lib \
|
|
MANPATH=/usr/share/man BINDIR=/usr/bin \
|
|
LIBDIR=/usr/lib CONFIGDIR=/usr/X11R6/lib/X11/config \
|
|
install install.man
|
|
-->
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>xmkmf...</command>: These commands use the standard for
|
|
compiling <application>X</application> based applications.</para>
|
|
|
|
<!--
|
|
<para><command>make INCROOT=...</command>: These commands install with
|
|
the <filename class="directory">/usr</filename> prefix
|
|
instead of the default <filename class="directory">/usr/X11R6</filename>
|
|
prefix. They also install the man pages.</para>
|
|
-->
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Configuring <acronym>NAS</acronym></title>
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application><acronym>NAS</acronym></application> package contains
|
|
<acronym>NAS</acronym> utilities, headers and libraries.</para>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|