Your IP : 216.73.216.48


Current Path : /usr/doc/python-pillow-3.0.0/
Upload File :
Current File : //usr/doc/python-pillow-3.0.0/BUILDME

# $Id$
# quick build (for lazy programmers).  for more information on the
# build process, see the README file.

if [ "$1" = "clean" ]; then
  python setup.py clean
  rm -f *.so PIL/*.so
fi

python setup.py build_ext -i
python selftest.py