Hello,
I followed the instruction below:
Download Subread source package to your working directory from SourceForge
http://subread.sourceforge.net, and type the following command to uncompress it:
tar zxvf subread-1.x.x.tar.gz
Enter src directory of the package and issue the following command to install it on a Linux
operating system:
make -f Makefile.Linux
However, the error appeared as:
make: Makefile.Linux: No such file or directory
make: *** No rule to make target 'Makefile.Linux'. Stop.
Can you please help to resolve it?
Thank you,