Forums

patching editing wine versions with wineprefix

dude where's my documentation?

Auteur Réponses
Driacs constant Vendredi 23 Juillet 2010 à 18:36
Driacs constantAnonymous

i have some patches and glsl updates that i wish to apply to a specific version of wine.
However, the playonlinux wine version appears to be a shared library
(libwine.so.1) that links to no discernible place in particular.
the documentation is incredibly lax (read nonexistent), and any help would be appreciated.


okay i'm not just complaining for the sake of complaining, i'm willing to write and edit scripts however it need be, and if i find a solution it will be posted here
Driacs constant Dimanche 12 September 2010 à 21:31
Driacs constantAnonymous

okay so POL doesn't have a solution, however when one complies the wine source
you can specify the location with
$ ./configure --prefix=/usr/foo/bar
$make
# make install
it will then create the prefix in the desired location and have another wine install on your system

of course you will need to symbolically link (# ln -s) the new executable to your /bin file
Aymeric P. Dimanche 12 September 2010 à 21:37
Aymeric P.

Did you read this one ?
http://www.playonmac.com/en/topic-3718-WineBuild_Demand.html

Former member.