/src/FreeImage/Source/LibMNG/README.packaging

https://bitbucket.org/cabalistic/ogredeps/ · Unknown · 24 lines · 17 code · 7 blank · 0 comment · 0 complexity · ce87b27810aaacdf922afe55b5df8b6b MD5 · raw file

  1. Packaging Libmng for distribution
  2. ---------------------------------
  3. These are some notes for those building binaries for distribution.
  4. We're interested to hear about anywhere libmng is helpful, so let us
  5. know if you're including it with your application or OS. Also, if your
  6. build is publicly accessible, we'd be happy to link to it from
  7. the libmng site.
  8. However, We respectfully request that you *not* distribute binaries as a
  9. shared library (DLL) with any of the major features disabled. While
  10. there is support for this in terms of #ifdef directives (in
  11. libmng_conf.h) and autoconf switches they are intended for embedded
  12. application and testing. The default compilation options support the
  13. full MNG specification, and we wish to avoid the confusion among
  14. general users that partial support would engender.
  15. Platform specific notes:
  16. We have a basic .spec file for generating rpms. Send us a note if you'd
  17. like to clean it up.