Forums

How to use custom-patched version in POL?

Auteur Réponses
deckoff Dimanche 3 Juin 2012 à 0:51
deckoffAnonymous

i need to patch wine with two patches for a game to work (World of Tanks; raw3, disable-dynamic-vertex-buffers) I want to use the patched version in POL then. How to do it?
Quentin PÂRIS Dimanche 3 Juin 2012 à 13:05
Quentin PÂRISAnonymous

Install them into .playonlinux/wine/linux-x86/VERSION-patchname

(A simple "hello" would be nice also...)
deckoff Dimanche 3 Juin 2012 à 14:00
deckoffAnonymous

Copy the /bin /lib and /share folders I got after compile?

Thank you :)

(A simple "hello" would be nice also...)
Never meant to be rude, most of the time i write so much, that nobody (even me) understands what I ask :):):):)

Thank you for your help once again,when I manage to compile, will try and see if I can make it work :)
Quentin PÂRIS Dimanche 3 Juin 2012 à 14:02
Quentin PÂRISAnonymous

No need to copy.

Just use configure --prefix=/path/where/to/configure
deckoff Lundi 4 Juin 2012 à 15:06
deckoffAnonymous

something like
playonlinux configure --prefix=~/Desktop/wine-new

Not quite sure I still get it right. Though, if I copy the folders that way in the above-mentioned folder, The version will appear...
deckoff Lundi 4 Juin 2012 à 19:48
deckoffAnonymous

I think i got it - i should use it while compiling wine :)
THANK YOU
gwarokk Lundi 9 September 2013 à 3:00
gwarokkAnonymous

Ive been having trouble figuring this out, I tried compiling it but I can't find the lib, share, and bin folders. What am I doing wrong? Ive tried compiling using a prefix to a different folder but it still all goes into the source folder and I have no idea what to do now. 
petch Lundi 9 September 2013 à 6:44
petch

Do you use make install after compilation?