Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

How to use the kakadu lib?

Ratus Waydelich
Registered User
Join date: 7 Mar 2007
Posts: 14
03-18-2007 13:04
Hi.

I build the client, version FL-1.13.3.59315.

To speed it up, I would like to use the kakadu jpeg libs.

But I don't know, what to do?

Where do I get them? Where should i copy them?


Thanks in advance,
Ratus.
Peekay Semyorka
Registered User
Join date: 18 Nov 2006
Posts: 337
03-18-2007 16:01
A pre-compiled Kakadu lib is included in the Mac library package (search for libllkdu.dylib.) The build process should copy it to <config>/Second Life.app/Contents/Resources/ where <config> is Development, Universal, etc.

If the dylib file is present there, then Kakadu will be used automatically. If you want to verify you can step through LLImageJ2C::openDSO() in llimagej2c.cpp.

-peekay