Introduction

This page describes how to compile the NAS plugin for XMMS.

Procedure

  1. Download the plugin sources from ftp://mud.stack.nl/pub/OuterSpace/willem/.

  2. Make sure the following packages are installed:
    • g++ (not confirmed)
    • xmms-dev
    • libaudio-dev
    • libxt-dev
  3. Run:

    ./configure i486-gnu-linux
    touch config.h
    make
    libtool --mode=install /usr/bin/install -c  libnas.la ~/.xmms/Plugins/
    libtool --finish ~/.xmms/Plugins 

See also


CategoryProcedure

InstallingXmmsNas (last edited 2008-04-13 15:48:22 by AlexisHuxley)