Quantcast

Jump to content


Photo

Using wine to install foobar2000


  • Please log in to reply
No replies to this topic

#1 113

113
  • 1190 posts

Posted 23 August 2006 - 12:24 AM

So... We want to run foobar2000 on Linux, yes? But because Peter Palowski is on M$ payrole(joke:), we probably won't see it here anytime soon. But we really want Foobar2000 don't we? That's why we'll use... TADADA-DAM... wine! No, not that wine... no you really don't need that glass, put it down... yup, that's right.
You can see the screens here: http://dijak.gpiran.si/wine_foobar/
So first we'll need to install it, yesh?

There are a few ways to do that: using smart, yum, apt, rpm or deb.
I'll show you how to do just that using the smart, rpm or yum. (Because you really don't need to compile it - there are 6 versions of binaries for linux).
You can get [wine] 'ere: http://www.winehq.com/site/download

rpm:
Let's change the directory to where we'll save the rpms: eg /tmp
CODE
cd /tmp

Now we shall download the binaries: eg using heatnet mirror, for downloading SuSE rpm
CODE
wget http://heanet.dl.sourceforge.net/sourceforge/wine/wine-0.9.19-SuSELinux101.i586.rpm

Now comes the scary part, installing the binary package
CODE
rpm -Uvh wine-0.9.19-SuSELinux101.i586.rpm

Again you'll see a fancy progress bar, und TA-DA. wine is installed.

smart, yum or apt:
the wine package is usually in the default repositories, so you won't even need to add one. Just type:
CODE
smart update
smart install wine


CODE
yum update
yum install wine


CODE
apt-get update
apt-get install wine


If you don't like console, you can run:
CODE
smart --gui


You could compile the source, or use the CVS, but that's beyond the scope of this tutorial.

Before you install foobar you'll need to configure wine:
CODE
winecfg

Click on the audio tab and it should install the audio driver
Click on the drives tab and click autodetect

Let's install foobar2000 now.
Change the directory to where we'll save the installer: eg. /tmp
CODE
cd /tmp

Download the installer:
CODE
wget http://www.foobar2000.org/foobar2000_0.9.3.1.exe

Now type:
CODE
wine foobar2000_0.9.3.1.exe


And TA-DA

Now, if you lost track of your program, you can run:
CODE
winefile

to get Explorer like UI.

Your drive_c should be installed under ~/.wine/drive_c
You can run foobar by using:
CODE
wine ~/.wine/drive_c/Program Files/foobar2000/foobar2000.exe


You should also get a foobar2000 icon on your desktop.

Join me next time, when I'll show you how to compile cedega from cvs, and use it to install and play Guild Wars.

EDIT1: Added the screens
EDIT2: Fixed a few typos
EDIT3: Changed: smart -gui to smart --gui

Edited by 113, 23 August 2006 - 03:01 AM.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users