[Wine] Re: Memory Limitations for WINE 1.1.33 under Mac OS Leopard

doh123 wineforum-user at winehq.org
Mon Dec 7 13:59:01 CST 2009


Gert van den Berg wrote:
> On Mon, Dec 7, 2009 at 19:47, doh123 <wineforum-user at winehq.org> wrote:
> 
> > and look at all the options you have... you can specify MANY things.  I have no idea which all ones will suit your needs because I just don't have enough information... you can put many many flags on a ./configure though.  I'd recommend at minimum to set a prefix on it, and to do a "make install" at the end to install to that prefix... something like this.
> > 
> > 
> > Code:
> > 
> > ./configure --prefix=/Applications/Wine --disable-win16
> > make depend
> > make
> > make install
> > 
> > this will make Wine build for, and install to running in /Applications/Wine
> > There are also many other --without commands you can see o the help, to build without things you don't need.
> > 
> 
> he wants to package it... So just installing it is probably not the
> best method. (configuring for a custom directory and the installing it
> might work though....) (--prefix=~/my_wine for example)
> (a 'make tarball' kind of command would have been handy...)


except he can easily right click the Wine folder here and hit "compress" makes a transportable zip, throw it on any other Mac's /Applications folder, double click the zip... and its there on the other machine...

not totalyl sure there wont be permission problems though, which is why I like using things in .apps, they get special permissions, helps make it more transportable.

if he wants a full install program, he can use the package maker that comes with Xcode, and make an installer from the install....







More information about the wine-users mailing list