Hello,
if you pull the VOTCA code from github, you in principle have access to all
older releases. (To see how to install votca, check out e.g. the
documentation on https://github.com/votca/csg/wiki/Installing.). To use an
older version, you should first create the appropriate folder and go into
the folder:
bash commands:
prefix=WHERE/TO/INSTALL/VOTCA
mkdir -p ${prefix}/src
cd ${prefix}/src
wget https://raw.githubusercontent.com/votca/buildutil/master/build.sh
chmod +x build.sh
the clone the tools and csg repositories. For this type:
git clone https://github.com/votca/csg
git clone https://github.com/votca/tools
go into each of the two directories and switch to a previous releas (e.g.
v1.3). For this type:
git checkout v1.3
git will warn you that you are in an older branch.
in each of the two folders (csg and tools).
afterwards go back into the src folder (with csg and tools in it) and
install VOTCA:
./build.sh --prefix ${prefix} tools csg
Then you have version v1.3 installed.
Best
Christoph
--
You received this message because you are subscribed to the Google Groups
"votca" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/votca.
For more options, visit https://groups.google.com/d/optout.