WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: The game is working
by Josselin Bardet on Sunday September 13th 2009, 14:08
I give you the instructions on ubuntu, with ovh mirror for wine sources
You will have to find the matching commands on mandriva, specialy the apt-get build-dep that retrieve build dependances for wine.

sudo apt-get build-dep wine
wget downloads.sourceforge.net/project/wine/Source/1.1.27/wine-1.1.27.tar.bz2?use_mirror=ovh
tar xvjf wine-1.1.27.tar.bz2
cd wine-1.1.27
wget cheztoi.net/patch_vampyre
patch -p0 < patch_vampyre
./configure && make

After that run wine with "~/wine-1.1.27/wine" executable

[post new] [reply to this]

Page loaded in 0.01271 seconds.