How to uncompress with lzma?

Hello,
I use lzma in the cocos2d-x win32, then it can used(uncompress).
but I don’t use it in the iOS.

please tell me, how to use it ?
Thanks.

I haven’t played with is library. My suggestion is to
# find an implemented ios port of lzma
# take care of big-endian & little-endian

Thank you,
I already solved the problem.

The way is as follows:
1.Download lzma sdk and use c version. ( http://www.7-zip.org/sdk.html )
2.Include LzmaDec.h and LzmaDede.