Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the installation package.
cd /path/to/RSEM tar xvf v1.3.3.tar.gz cd RESM-1.3.3
- Modify the configuration file.
vim Makefile
In line 14, change CXX = g++ to CXX = clang++.
In line 28, change prefix ?= /usr/local to prefix ?= /path/to/RSEM/RSEM_install.
- Perform the compilation.
make make install
Parent topic: RSEM 1.3.3 Porting Guide (Kylin V10)