Forum

How to use custom-patched version in POL?

Författare Svar
deckoff Sunday 3 June 2012 at 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 Sunday 3 June 2012 at 13:05
Quentin PÂRISAnonymous

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

(A simple "hello" would be nice also...)
deckoff Sunday 3 June 2012 at 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 Sunday 3 June 2012 at 14:02
Quentin PÂRISAnonymous

No need to copy.

Just use configure --prefix=/path/where/to/configure
deckoff Monday 4 June 2012 at 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 Monday 4 June 2012 at 19:48
deckoffAnonymous

I think i got it - i should use it while compiling wine :)
THANK YOU
gwarokk Monday 9 September 2013 at 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 Monday 9 September 2013 at 6:44
petch

Do you use make install after compilation?