Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the source package directory.
cd /path/to/featurecounts
- Decompress the installation package and go to the directory generated after the decompression.
tar xvf subread-2.0.3-source.tar.gz cd subread-2.0.3-source
- Modify the following file.
- Open Makefile.Linux.
vim src/Makefile.Linux
- Press i to enter the insert mode and change core2 in line 10 to tsv110.
- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open Makefile.Linux.
- Modify the following file.
- Open Makefile.
vim src/longread-one/Makefile
- Press i to enter the insert mode and change core2 in line 7 to tsv110.
- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open Makefile.
- Perform the compilation and installation.
cd src make -f Makefile.Linux
Information similar to the following is displayed:

Parent topic: featurecounts 2.0.3 Porting Guide (Kylin V10)