[Wine] Compiling on OS X

Zach Drayer zach at drayer.name
Thu Nov 20 18:22:44 CST 2008


On Nov 19, 2008, at 5:25 PM, Austin English wrote:

> 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.
>
I believe all i had to do was:

curl -LO http://www.ijg.org/files/jpegsrc.v6b.tar.gz
./configure
make all
sudo make install install-lib

-Zach



More information about the wine-users mailing list