compile XMMS2 - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html) +--- Thread: compile XMMS2 (/thread-2136.html) |
compile XMMS2 - hijinks - 2006-02-23 So this will hopefully explain a bit on how to install xmms2. First for the bare min you need the following things installed. I'm doing this on a slackware-current install so things are always pretty current for me Code: * Python (http://www.python.org/) (>=2.2.1) So right off the bat.. i know i need to install SCons.. most likely you will also. So lets do that first download and extract it Code: wget http://internap.dl.sourceforge.net/sourceforge/scons/scons-0.96.1.tar.gz Now lets build and install it. You will need to install it as root Code: python setup.py build Now I also needed the sqlite libraries and headers installed So lets download it and extract it Code: wget http://www.sqlite.org/sqlite-3.3.4.tar.gz Now lets compile and install it. Code: ./configure --prefix=/usr Now lets download xmms2 Code: wget http://surfnet.dl.sourceforge.net/sourceforge/xmms2/xmms2-0.2DrCox.tar.bz2 Now lets install it Code: scons PREFIX=/usr now you can run xmms2d and then xmms2 compile XMMS2 - anyweb - 2006-02-23 thanks jy ! have you got a screenshot of xmms2 ? cheers anyweb compile XMMS2 - hijinks - 2006-02-23 well xmms2 is a client/server model.. not just like the old one. If you run xmms2 it is like command line online.. Here are some GUI clients you can install to use the xmms2 server [/url][url=http://wiki.xmms2.xmms.se/index.php/XMMS2_Clients]http://wiki.xmms2.xmms.se/index.php/XMMS2_Clients |