Re: [gtkmm] Gtkmm or Qt?



Dr Mark H Phillips <mark austrics com au> writes:

> gettext seems to be GPL which is no good for us.  Is there any
> similar library out there which may be used with a non-free
> application?

gettext, the set of tools for generating message catalogues pulling
translatable strings out of source etc. are GPL.

libintl, the library for translating at run-time in your program, is
LGPL.

So, there are no issues here.  Use gettext tools at build-time and
link libintl dynamically and you have (IANAL) no problems
redistributing your non-free stuff.


-- 
Roger Leigh

                Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]