Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the installation directory of the main program.
    cd /path/to/MEME
  3. Decompress the installation package.
    tar -xvf meme-5.4.0.tar.gz
  4. Go to the directory generated after the decompression.
    cd meme-5.4.0
  5. Install the dependencies.
    yum install -y libtool* autoconf  automake nodejs*  perl*  libxml2* libxslt*
    cpan XML::Simple
    cpan Sys::info
    cpan Math::CDF
    cpan HTML::TreeBuilder.pm
    cpan JSON
  6. Compile and install MEME.
    ./configure --prefix=/path/to/MEME
    make
    make install