README
changeset 123 81d1cad8b588
parent 74 7c8226668e87
child 132 0260aeca943c
equal deleted inserted replaced
122:8e4ff23e33f5 123:81d1cad8b588
    30     The library depends on libpng and pthreads. The code was developed and tested using:
    30     The library depends on libpng and pthreads. The code was developed and tested using:
    31 
    31 
    32         * libpng 1.2.15~beta5-3ubuntu0.1
    32         * libpng 1.2.15~beta5-3ubuntu0.1
    33         * NPTL 2.7 (glibc 2.7-10ubuntu5)
    33         * NPTL 2.7 (glibc 2.7-10ubuntu5)
    34 
    34 
    35     To compile, simply execute
    35     To compile dist versions, simply execute
    36 
    36 
    37         make
    37         make
    38 
    38 
    39     The libpngtile.so will be placed under lib/, and the 'pngtile' binary under bin/.
    39     The libpngtile.so and pypngtile.so libraries will be placed under lib/, and the 'pngtile' binary under bin/.
       
    40 
       
    41     XXX: If compiling the pypngtile.so library with make fails, then `setup.py build_ext -i` should build it.
    40 
    42 
    41 
    43 
    42 USAGE:
    44 USAGE:
    43     Store the .png data files in a directory. You must have write access to the directory when updating the caches,
    45     Store the .png data files in a directory. You must have write access to the directory when updating the caches,
    44     which are written as a .cache file alongside the .png file.
    46     which are written as a .cache file alongside the .png file.