Table of Contents

Setting up AmiraDev to compile Felix's source hxskeletonize/hxgrapheditor

Amira 5.2.2

AMIRA_LOCAL=/Users/jefferis/dev/amiradev # or wherever
cd $AMIRA_LOCAL
mv src src.orig # this is ok so long as there are no packages with conflicting names
git svn --username greg clone https://basfly.zoo.cam.ac.uk/repos/amira src

ln /usr/bin/moc $AMIRA_LOCAL/bin/arch-MacX-Optimize/

# or wherever the qt include files live
ln $HOME/dev/qt-mac-opensource-src-4.3.4/include /Applications/Amira-5.2.2/include/arch-MacX/qt 

cd hxskeletonize
make MAKE_CFG=Optimize

Amira 5.3

Amira 5.3.2

cd hxgrapheditor
make MAKE_CFG=Optimize
cd ..
cd hxskeletonize
make MAKE_CFG=Optimize