source: multimedia/libdriv/nas.xml@ 48b7295

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 48b7295 was 48b7295, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Chapter 37

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

  • Property mode set to 100644
File size: 3.2 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY nas-download-http "http://nas.codebrilliance.com/nas/nas-&nas-version;.src.tar.gz">
7 <!ENTITY nas-download-ftp "ftp://ftp.us.xemacs.org/pub/xemacs/aux/nas-&nas-version;.src.tar.gz">
8 <!ENTITY nas-size "1.0 MB">
9 <!ENTITY nas-buildsize "13 MB">
10 <!ENTITY nas-time "0.30 SBU">
11]>
12
13<sect1 id="nas" xreflabel="NAS-&nas-version;">
14<?dbhtml filename="nas.html"?>
15<title>NAS-&nas-version;</title>
16
17<sect2>
18<title>Introduction to <application><acronym>NAS</acronym></application></title>
19
20<para>The Network Audio System is a network transparent, client/server audio
21transport system. It can be described as the audio equivalent of an
22<application>X</application> server.</para>
23
24<sect3><title>Package information</title>
25<itemizedlist spacing='compact'>
26<listitem><para>Download (HTTP): <ulink url="&nas-download-http;"/></para></listitem>
27<listitem><para>Download (FTP): <ulink url="&nas-download-ftp;"/></para></listitem>
28<listitem><para>Download size: &nas-size;</para></listitem>
29<listitem><para>Estimated Disk space required: &nas-buildsize;</para></listitem>
30<listitem><para>Estimated build time: &nas-time;</para></listitem></itemizedlist>
31</sect3>
32
33<sect3><title>Additional downloads</title>
34<itemizedlist spacing='compact'>
35<listitem><para>Download (HTTP): <ulink url="&patch-root;/nas-1.6-bison-fix.patch"/></para></listitem>
36</itemizedlist></sect3>
37
38<sect3><title><application>NAS</application> dependencies</title>
39<sect4><title>Required</title>
40<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)
41</para></sect4>
42</sect3>
43
44</sect2>
45
46<sect2>
47<title>Installation of <application><acronym>NAS</acronym></application></title>
48
49<para>Install <application><acronym>NAS</acronym></application> by running the following commands:</para>
50
51<screen><userinput><command>patch -Np1 -i ../nas-1.6-bison-fix.patch &amp;&amp;
52xmkmf &amp;&amp;
53make Makefiles &amp;&amp;
54make includes &amp;&amp;
55make depend &amp;&amp;
56make &amp;&amp;
57make install install.man</command></userinput></screen>
58
59<!--
60make INCROOT=/usr/include USRLIBDIR=/usr/lib \
61MANPATH=/usr/share/man BINDIR=/usr/bin \
62LIBDIR=/usr/lib CONFIGDIR=/usr/X11R6/lib/X11/config \
63install install.man
64-->
65</sect2>
66
67<sect2>
68<title>Command explanations</title>
69
70<para><command>xmkmf...</command>: These commands use the standard for compiling <application>X</application> based applications.</para>
71
72<!--
73<para><command>make INCROOT=...</command>: These commands install with
74the <filename class="directory">/usr</filename> prefix
75instead of the default <filename class="directory">/usr/X11R6</filename>
76prefix. They also install the man pages.</para>
77-->
78
79</sect2>
80
81<sect2>
82<title>Configuring <acronym>NAS</acronym></title>
83
84<sect3><title>Configuration Information</title>
85
86<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
87
88</sect3>
89
90</sect2>
91
92<sect2>
93<title>Contents</title>
94
95<para>The <application><acronym>NAS</acronym></application> package contains
96<acronym>NAS</acronym> utilities, headers and libraries.</para>
97
98</sect2>
99
100</sect1>
Note: See TracBrowser for help on using the repository browser.