On Windows:python setup.py buildpython setup.py bdist_wininstOn Linux (from the main abc directory)To build the extensions (make sure -fPIC is added to OPTFLAG in the main ABC Makefile first)make ABC_PYTHON=/usr/bin/python pyabc_extension_installTo build the ABC with embedded pythonmake pyabc.tgzUpdating the latest version on mima:alanmi@mima:~/abc_60$ cp ./src/python/build/lib.linux-x86_64-2.6/_pyabc.so /hd/common/pyabc/builds/101030/_pyabc.soalanmi@mima:~/abc_60$ cp ./src/python/build/lib.linux-x86_64-2.6/pyabc.py /hd/common/pyabc/builds/101030/pyabc.pyalanmi@mima:/hd/common/pyabc$ rm currentalanmi@mima:/hd/common/pyabc$ ln -s builds/101030 currentalanmi@mima:/hd/common/pyabc$ ls -ltotal 4lrwxrwxrwx 1 alanmi common 13 2010-10-30 14:55 current -> builds/101030Latest documentation:http://goo.gl/jNV2