On 26 ноя, 04:37, Christopher James Halse Rogers <[email protected]> wrote: > On Wed, 2009-11-25 at 09:10 -0800, kriomant wrote: > > On 25 ноя, 09:23, Christopher James Halse Rogers > > <[email protected]> wrote: > > > On Mon, 2009-11-23 at 07:28 -0800, kriomant wrote: > > > > I'm writing new plugin, which uses third-party library. This library > > > > isn't available from standard repositories. How can I include this > > > > library into my plugin? > > > > This depends on the library. If it's something nice and portable, like > > > a C# (or other mono language) library, it's easy. If it's > > > platform-dependent, it's harder. > > > I'm writing a plug-in for Transmission torrent client, and it uses > > Jayrock.Json library for interacting with Transmission RPC interface. > > Jayrock.Json is a fully managed .NET library. > > Oh, balls. It's a library from the windows-culture
Author declares compatibility with Mono. > which means I get to write a build-system for it. Why do you need to write a build-system if I throw it pre-built? > And it doesn't seem to be actively developed anymore - it's been more than > a year since the lass commit - but as long as it's bug-free that's OK! I haven't meet any bug during development, but if you see any issues with this library, I can use any other. I just can't find standard json library in distro and choosen first found by google. However, library is quite good. -- You received this message because you are subscribed to the Google Groups "GNOME Do" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/gnome-do?hl=en.
