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