2015-10-07 8:00 GMT-06:00 frank Zack <[email protected]>: > Hi all, > Im trying to install csg according to the handout. > Unfortunately I get the following error: > > $ ./build.sh --prefix ${prefix} -ud csg > This is VOTCA build.sh, version 2.0.2 > Install prefix is '/home/user/votca/' > Using 25 jobs for make/ninja > Working on csg > Doing checkout for csg from git://github.com/votca/csg > (CTRL-C to stop) 5 4 3 2 1 > Cloning into 'csg'... > fatal: unable to connect to github.com: > github.com[0: 192.30.252.131]: errno=Connection timed out Strange, does it work when doing manually? $ git clone git://github.com/votca/csg
> > Im not using a firewall... > How can I install votka using the zipped folder provided on > https://github.com/votca/csg > There's no makefile You need to run cmake first to create a makefile, see: <https://github.com/votca/csg/wiki/Installing#manual-install> build.sh can also download and build from tarballs: $ ./build.sh --latest tools csg Christoph > > regards. > frank. > > -- > 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 http://groups.google.com/group/votca. > For more options, visit https://groups.google.com/d/optout. -- Christoph Junghans Web: http://www.compphys.de -- 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 http://groups.google.com/group/votca. For more options, visit https://groups.google.com/d/optout.
