Re: ~FAQ: parallel install of multiple wine versions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Mar 1, 2009 at 9:53 AM, fcmartins <wineforum-user@xxxxxxxxxx> wrote:
> Thanks. If I got it correctly, wine can indeed run with parallel installs of direct versions. It just happens that packaged wine (e.g., in debs) is compiled with absolute paths and we can't ask for it to be installed in a different folder.
>
> I searched for information on how to install older versions of wine using git, and although I found the page on using git to develop on wine, it doesn't mention how to have an old version. I'm sure it can be done because of the regression testing page, but I don't want to try bisecting as the first step.
>
> What are the steps to install a old version of wine with git?

Reset/checkout the version you want:
$ git reset --hard wine-1.1.10

Configure it, being sure to specify where you want it:
$ ./configure --prefix=/usr/local/bin/wine-1.1.10 && make depend && make

Install it:
$ sudo make install

-- 
-Austin



[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux