[Wine] Compiling on OS X

Austin English austinenglish at gmail.com
Wed Nov 19 16:25:44 CST 2008


On Tue, Nov 18, 2008 at 7:32 PM, uxp <wineforum-user at winehq.org> wrote:
> I've just re-installed OS X, and am trying to get the Vanilla WINE all set up. (I've had issues with Fink and Mac/Darwinports on previous attempts, besides Compiling is fun :) )
>
> When you get these errors, or warnings, basically you _can_ go ahead and do a make depend && make && make install, which will create a working Wine installation, but without some things that you probably want. Long story, it wont work properly.
>
> Basically, do a google search of the libraries, find their source, and then do
>
> Code:
> curl -O http://path/to/some/library/
> tar [xzvf|xjvf] library-archive.tar[.gz|.bz2]
> cd library-directory/
>
> ./configure
> make
> sudo make install
>
>

I've done this for most of the dependencies, but getting a lot of
these to compile on OS X is an exercise in masochism.

> which will install them, and get everything running all dandy. The two Most Important ones to get correct are libpng and libjpeg. If you arent going to be running cameras/scanners then obviously you can omit libphoto2 and libsane.

How did you get libjpeg installed? configure refuses to recognize it for me.

-- 
-Austin



More information about the wine-users mailing list