Re: [COOT] problem in coot installation in ubuntu

2008-11-17 Thread Mark Brooks
Hi, I just tested it on a freshly installed system for a student; it works very well on Ubuntu Hardy. I'm not sure why nxnode is a dependency of the Coot .deb though! (Although that doesn't bother me too much- I would advise anyone to use NX ). Thanks again, Mark 2008/11/16 William G. Scott

Re: [COOT] problem in coot installation in ubuntu

2008-11-17 Thread William G. Scott
Oh, in case anyone is wondering how I did this (and how I screwed it up), the correct command should have been: dpkg -S $( ldd /usr/local/xtal/coot/bin/coot-real | awk '{print $3}' | sort -u | grep -v \( )| cut -f 1 -d : | sort -u | perl -pi -e 's| \n|\, |g' | dependencies.txt whereas I

Re: [COOT] problem in coot installation in ubuntu

2008-11-15 Thread Paul Emsley
FYI, IIUC, Morten Kjeldgaard has become a MOTU and is working on crystallographic libs for Ubuntu, e.g.: https://launchpad.net/ubuntu/+source/clipper https://launchpad.net/ubuntu/+source/mmdb When he gets round to Coot I'm keen to help make his life easier. Regards, Paul. Mark Brooks

Re: [COOT] problem in coot installation in ubuntu

2008-11-12 Thread Tim Fenn
On Wed, 12 Nov 2008 09:03:34 + Kevin Cowtan [EMAIL PROTECTED] wrote: Secondly, if for some reason you do want to build your own (you want to make changes to the code???), then are you using the build-it-gtk2-simple script?