Re: Compiling libtidy as a shared library under OSX Lion

"Michael[tm] Smith" <mike@w3.org>, 2012-07-20 13:46 +0900:

> Ben Davies <omarshariffdontlikeit@gmail.com>, 2012-07-17 07:43 +0100:
> 
> > Hi Everybody!
> > 
> > Just a quick question: how would I go about compiling libtidy as a shared
> > library rather than a static library under OSX Lion?
> 
> Have you tried doing the following?
> 
>   1. sh build/gnuauto/setup.sh && ./configure && make
> 
>   2. make install

To be clear, that should build a libtidy.dylib for you in src/.libs/

I think the docs don't mention that it puts it there, but the makefile
does. So when you run the install target after that it should copy it from
there to the right system location.

  --Mike

-- 
Michael[tm] Smith http://people.w3.org/mike

Received on Friday, 20 July 2012 04:51:18 UTC