|
From: Warren W. K. <wkr...@gm...> - 2015-11-03 17:29:55
|
Hi Mark, You are trying to install vcftools to a directory that requires sudo permissions. I would expect either of these three sets of commands to work for you. The first two sets install locally to your home directory. The third option installs vcftools for all users in a directory only writable by an admin. I tend to use the first option. ./configure prefix=$HOME make make install OR ./configure make make install prefix=$HOME OR ./configure make sudo make install Winni On 3 November 2015 at 15:26, Mark Iles <M.M...@le...> wrote: > > Hi, > > Perhaps I'm being dim, but I'm having absolutely no joy trying to install > the latest version of vcftools on OSX. I've downloaded the tar file and the > only instructions I can see say: > > ./configure > make > make install > > You many need sudo permissions to run make install. > > I can see the file configure.ac, but ./configure doesn't run it and ./ > configure.ac gives me an error message about the first line. > > So what am I doing wrong? I managed to install earlier versions of > vcftools in the past… > > Thanks, > > Mark > > > > Mark Iles > Section of Epidemiology and Biostatistics, > Cancer Genetics Building > Cancer Research UK Clinical Centre, > St James's University Hospital, > Beckett Street, > Leeds, > LS9 7TF > UK > > e-mail: m.m...@le... > http://www.personal.leeds.ac.uk/~medimm/ > > phone: +44 (0)113 206 6607 > fax: +44 (0)113 234 0183 > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Vcftools-help mailing list > Vcf...@li... > https://lists.sourceforge.net/lists/listinfo/vcftools-help > > |