On Mon, Dec 7, 2009 at 19:47, doh123 <wineforum-user@xxxxxxxxxx> 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...)