XMMS on Solaris
1. If it's not done yet, set PATH variable to see gcc, make and gmake
solaris>
PATH=$PATH:/usr/sfw/bin/:/usr/ccs/bin/
solaris>
export $PATH
(Now you can jump to point 8 if you have GLIB installed.)
2. Download sources of GLIB from gtk.org
solaris>
wget ftp://ftp.gtk.org/pub/glib/2.12/glib-2.12.12.tar.gz
3. Unzip and untar glib archive
solaris>
gzip -d glib-2.12.12.tar.gz
solaris>
tar xf glib-2.12.12.tar
4. Enter the GLIB directory
solaris>
cd glib-2.12.12
5. Run configure with no options
solaris>
./configure
6. Compile the sources
solaris>
make
7. Install binaries
solaris>
make install
8. Download sources of XMMS from xmms.org
solaris>
wget http://xmms.org/files/1.2.x/xmms-1.2.10.tar.gz
9. Unzip and untar xmms archive
solaris>
gzip -d xmms-1.2.10.tar.gz
solaris>
tar xf xmms-1.2.10.tar
10. Enter XMMS directory
solaris>
cd ..
solaris>
cd xmms-1.2.10
11. Run configure with no options
solaris>
./configure
12. Add '*-I/usr/X11/include*' to the line starting with 'INCLUDES=...'
in xmms/Makefile
13. Compile the sources
solaris>
gmake
14. Install binaries
solaris>
gmake install
15. Run XMMS
solaris>
/usr/local/bin/xmms