The Network Audio System is a network transparent, client/server audio transport system. It can be described as the audio equivalent of an X server.
Download (HTTP): http://nas.codebrilliance.com/nas/nas-1.6.src.tar.gz
Download (FTP): ftp://ftp.us.xemacs.org/pub/xemacs/aux/nas-1.6.src.tar.gz
Download size: 1.0 MB
Estimated Disk space required: 13 MB
Estimated build time: 0.30 SBU
X (XFree86-4.4.0 or X.org-6.7.0)
Install NAS by running the following commands:
patch -Np1 -i ../nas-1.6-bison-fix.patch &&
xmkmf &&
make Makefiles &&
make includes &&
make depend &&
make &&
make install install.man
xmkmf...: These commands use the standard for compiling X based applications.
As with most libraries, there is no configuration to do, save that the library directory i.e. /opt/lib or /usr/local/lib should appear in /etc/ld.so.conf so that ldd can find the shared libraries. After checking that this is the case, /sbin/ldconfig should be run while logged in as root.
The NAS package contains NAS utilities, headers and libraries.