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. Decompress the source package.
    tar zxvf maker-2.31.11.tgz
  3. Go to the directory generated after the decompression.
    cd maker
  4. Go to the source code directory and configure MPI.
    cd src
    perl Build.PL

    During the configuration process, when the system asks you whether to support MPI, select Yes. If the MPICH environment variable has been loaded, the system automatically identifies the environment variable.

  5. Install the Perl package through CPAN.
    yum install perl-CPAN
    ./Build installdeps

    During the installation process, when the system asks you whether to install DBD::Pg, select No. If the PostgreSQL database has been configured, select Yes.

  6. Install MAKER.
    ./Build install
  7. The executable file is generated in the bin directory of the source code root directory. Run the following command to add the file to environment variables:
    export PATH=/path/to/maker/bin:$PATH