Xtalopt

git clone git://github.com/dlonie/XtalOpt.git xtalopt
export Avogadro_DIR=$HOME/lib/avogadro
cmake .. -DOPENBABEL2_INCLUDE_DIR=$HOME/include/openbabel-2.0 -DOPENBABEL2_LIBRARIES=$HOME/lib/libopenbabel.so \
  -DOPENBABEL2_VERSION_MET=true -DOPENBABEL_IS_NEWER_THAN_2_2_99=true -DCMAKE_INSTALL_PREFIX=$HOME
make -j3
make install