Patched wine only for one prefix?
Patched wine only for one prefix?
i have a software running with an extremely patched wine, how can i have this patched wine running with the prefix of my software and everything else with my normal wine?
Patched wine only for one prefix?
On Thu, Apr 9, 2009 at 10:55 AM, André H. <[email protected]> wrote:
your shortcut to use that version of wine.
--
-Austin
Install it somewhere separate (/usr/local/wine-hack/wine) and modifyi have a software running with an extremely patched wine, how can i have this patched wine running with the prefix of my software and everything else with my normal wine?
your shortcut to use that version of wine.
--
-Austin
Patched wine only for one prefix?
"André H." <[email protected]> wrote on April 9th:
cd to the directory of the program requiring patched wine
Then run this line
WINEPREFIX=<path to user wine directory> <location of patched wine>/wine <program name> <options>
This is if you built and installed your patched Wine to a different directory.
If you did not do the above, you should create a new directory with the patched wine in it and place it so that the wine and other Wine programs are not linked into /usr/bin or /usr/local/bin (many Linux distributions place both of these directories in the PATH environment variable.)
If you did the above you should be able to run programs that are in the $HOME/.wine/drive_c/Program\ Files directory structure by issuing the command
wine <program name> in the executible's directory.
I have made the assumption that you know how to install both the patched and unpatched versions and how to link and unlink files from their symbolic links in /usr/bin and /usr/local/bin.
James McKenzie
My first answer would be:i have a software running with an extremely patched wine, how can i have this patched wine running with the prefix of my software and everything else with my normal wine?
cd to the directory of the program requiring patched wine
Then run this line
WINEPREFIX=<path to user wine directory> <location of patched wine>/wine <program name> <options>
This is if you built and installed your patched Wine to a different directory.
If you did not do the above, you should create a new directory with the patched wine in it and place it so that the wine and other Wine programs are not linked into /usr/bin or /usr/local/bin (many Linux distributions place both of these directories in the PATH environment variable.)
If you did the above you should be able to run programs that are in the $HOME/.wine/drive_c/Program\ Files directory structure by issuing the command
wine <program name> in the executible's directory.
I have made the assumption that you know how to install both the patched and unpatched versions and how to link and unlink files from their symbolic links in /usr/bin and /usr/local/bin.
James McKenzie