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 directory where the muparser installation package is stored and decompress the package.
    cd /path/to/muparser
    tar -zxvf v2.3.2.tar.gz
  3. Go to the installation directory.
    cd muparser-2.3.2/
  4. Perform the compilation.
    cmake . -DENABLE_SAMPLES=ON -DENABLE_OPENMP=OFF -DENABLE_WIDE_CHAR=OFF -DBUILD_SHARED_LIBS=ON
    make -j64
    make install
    ldconfig