Hi, I am trying to install OrthoFinder 1.0.7. on my Dell workstation (64bit) For this,we need to install 4 dependencies, 1. BLAST+ 2. The MCL graph clustering algorithm 3. DLCpar and 4. FastME For installing FastME, according to the instructions, I downloaded the 64-bit -linux binaries, unzipped and tried to execute the following commands $ ./configure $ make $ make install I am getting the following error,
Making install in src make[1]: Entering directory '/home/gjjha/Downloads/softwares/fastme-2.1.5/src' make[2]: Entering directory '/home/gjjha/Downloads/softwares/fastme-2.1.5/src' /bin/mkdir -p '/usr/local/bin' /usr/bin/install -c fastme '/usr/local/bin' /usr/bin/install: cannot create regular file '/usr/local/bin/fastme': Permission denied Makefile:335: recipe for target 'install-binPROGRAMS' failed make[2]: * [install-binPROGRAMS] Error 1 make[2]: Leaving directory '/home/gjjha/Downloads/softwares/fastme-2.1.5/src' Makefile:521: recipe for target 'install-am' failed make[1]: [install-am] Error 2 make[1]: Leaving directory '/home/gjjha/Downloads/softwares/fastme-2.1.5/src' Makefile:337: recipe for target 'install-recursive' failed make: ** [install-recursive] Error 1
I'll be grateful if someone can help me out. Thank you,
found the answer, need to add sudo before make install!
me too the same problem, you solved it ??