语言

Menu
Sites
Language
can I use GNUs MP library with a Native Application in Tizen 2.1?

I see that the  GNU MP library is in the Tizen source distribution under external/gmp.

My question is do I need to incorporate that library src in an native application in order to use it?

I don't see gmp.h available under tizen-device-2.1.native or tizen-emulator-2.1.native so I'm puzzled about whether it's available or not.

 

Thank you,

Clara McKenzie

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

3 回复
MooChang Kim
according to below link contents, GNU MP is LGPL license.. https://review.tizen.org/git/?p=external/gmp.git;a=blob_plain;f=README;hb=HEAD in my understanding, LGPL license don't allows using source code to your app.. but allows linking usage of it's shared object binary to your proprietary executable.
john Smith
Hi, I about to know that, GNUs MP library not supported in tizen SDK. If your project need GNUs MP library then, you have to import in your application package.
john Smith
Hi, I about to know that, GNUs MP library not supported in tizen SDK. If your project need GNUs MP library then, you have to import in your application package.