Pillow/docs/BUILDME

12 lines
239 B
Plaintext
Raw Normal View History

2010-07-31 06:52:47 +04:00
# $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