Boriso
2011-Mar-25 10:52 UTC
[Wine] how to prepare and run portable Wine build from folder?
Hello, I want to better understand Wine and its source code, so I've downloaded the source code and successfully built it under Ubuntu 10.10. Now I want to be able independently execute different windows programs under current build folder. My aim is to make execution portable, that I could copy sources and build another Wine executables in another folder so no settings for wine or windows programs are shared. How to do this? Do I need to make any changes to the source code?
dimesio
2011-Mar-25 14:15 UTC
[Wine] Re: how to prepare and run portable Wine build from folder?
Boriso wrote:> > Now I want to be able independently execute different windows programs under current build folder. My aim is to make execution portable, that I could copy sources and build another Wine executables in another folder so no settings for wine or windows programs are shared.Settings for Wine and Windows apps are not stored in the build folder. You need to learn about wineprefixes. http://wiki.winehq.org/FAQ#head-faf9617c53607e583f6e6ff70a4ac9522d490faf
doh123
2011-Mar-25 14:19 UTC
[Wine] Re: how to prepare and run portable Wine build from folder?
you can set up as many wineprefixes as you want all with the same install of Wine... no source code or changes needed...