Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the installation directory of the main program.
cd /path/to/MEME
- Decompress the installation package.
tar -xvf meme-5.4.0.tar.gz
- Go to the directory generated after the decompression.
cd meme-5.4.0
- 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
- Compile and install MEME.
./configure --prefix=/path/to/MEME make make install
Parent topic: MEME 5.4.0 Porting Guide (Kylin V10)