Codebase list votca-xtp / upstream/1.5 share / doc / installation.dox
upstream/1.5

Tree @upstream/1.5 (Download .tar.gz)

installation.dox @upstream/1.5raw · history · blame

\page installation Installation 

Ideally the following bash script should do the job for you: 

\code
    prefix=~/votca
    mkdir -p ${prefix}/src
    cd ${prefix}/src
    wget http://votca.googlecode.com/hg/build.sh
    chmod +x build.sh
    ./build.sh --prefix ${prefix} --dev tools csg xtp
\endcode

To run the program, source the VOTCARC file, i.e. in bash

\code
    source ~/votca/bin/VOTCARC.bash
\endcode