Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- 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
- Go to the installation directory.
cd muparser-2.3.2/
- Perform the compilation.
cmake . -DENABLE_SAMPLES=ON -DENABLE_OPENMP=OFF -DENABLE_WIDE_CHAR=OFF -DBUILD_SHARED_LIBS=ON make -j64 make install ldconfig
Parent topic: muparser v2.3.2 Porting Guide (openEuler 20.03)