README
changeset 156 01a05c807e82
parent 132 0260aeca943c
child 157 0d8674e64221
equal deleted inserted replaced
155:cda90b8d94b8 156:01a05c807e82
    28     The library depends on libpng and pthreads. The code was developed and tested using:
    28     The library depends on libpng and pthreads. The code was developed and tested using:
    29         
    29         
    30         * libpng12-dev      png.h       1.2.15~beta5-3ubuntu0.1
    30         * libpng12-dev      png.h       1.2.15~beta5-3ubuntu0.1
    31         * libc6-dev         pthread.h   NPTL 2.7 (glibc 2.7-10ubuntu5)
    31         * libc6-dev         pthread.h   NPTL 2.7 (glibc 2.7-10ubuntu5)
    32 
    32 
    33     To compile dist versions, simply execute
    33     To compile:
    34 
    34 
    35         $ make
    35         $ make
    36 
    36 
    37     To compile source versions, execute:
       
    38         
       
    39         $ make dirs
       
    40         $ make
       
    41 
       
    42     The libpngtile.so and pypngtile.so libraries will be placed under lib/, and the 'pngtile' binary under bin/.
    37     The libpngtile.so and pypngtile.so libraries will be placed under lib/, and the 'pngtile' binary under bin/.
    43 
       
    44     XXX: If compiling the pypngtile.so library with make fails, then `setup.py build_ext -i` should build it.
       
    45 
    38 
    46 ## Usage
    39 ## Usage
    47     Store the .png data files in a directory. You must have write access to the directory when updating the caches,
    40     Store the .png data files in a directory. You must have write access to the directory when updating the caches,
    48     which are written as a .cache file alongside the .png file.
    41     which are written as a .cache file alongside the .png file.
    49 
    42