Basic instructions on building installers for a new release:

On synth:
- Install modeller RPM
% svn export http://svn.salilab.org/imp/branches/1.0 imp-1.0
% tar -cvzf imp-1.0.tar.gz imp-1.0
% cd imp-1.0

- Build docs
% scons -j5 dot=True destdir=/tmp docdir=/usr/share/doc/imp-1.0 modeller=/usr \
  doc-install
- Edit /tmp/usr/share/doc/imp-1.0/html/index.html; replace %IMP with IMP
% cd /tmp/usr/share/doc/imp-1.0 && tar -cvzf imp-doc-1.0.tar.gz examples html 

- Build Windows binaries
% scons -j5 destdir=w32-inst wine=true modeller=/synth1/home/ben/modeller install w32-inst/usr/share/doc/imp/examples
% tools/w32/make-package.sh

On shofar/castanet:
% scons -j3 destdir=/tmp/imp-1.0 prefix=/usr/local includepath=/opt/local/include path=/opt/local/bin docdir=/usr/local/share/doc/imp-1.0 modeller=/Library/modeller-9v7/ install /tmp/imp-1.0/usr/local/share/doc/imp-1.0/examples
% tools/mac/make-package.sh

On int32a/int64a/balalaika/clarinet:
- Install modeller RPM
- Install IMP SRPM
% rpmbuild -ba imp.spec