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://radscan.com/nas/nas-1.6.src.tar.gz
Download (FTP): ftp://ftp.azc.uam.mx/mirrors/gnu/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
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 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 |
xmkmf...: These commands use the standard for compiling X based applications.
make INCROOT=...: These commands install with the /usr prefix instead of the default /usr/X11R6 prefix. They also install the man pages.
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.