Installation instructions

RNAclust uses the GNU configuration and installation system:

cd /somedir/RNAclust
./configure
make
make install (as root)

This installs the RNAclust files into /usr/local/bin and /usr/local/man.

If you have no root rights on your system or prefer to install RNAclust into a self-contained directory run configure for example like this:

./configure --prefix=/somedir/RNAclust

Updated: 13 Apr 2009