muparser-2.3.5

Introduction to muparser

The muparser package is a fast math parser library for C and C++.

This package is known to build and work properly using an LFS 12.4 platform.

Package Information

muparser Dependencies

Required

CMake-4.1.3

Installation of muparser

Prepare muparser by running the following commands:

cmake -B build \
      -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release
cmake --build build

To test the results, issue:

cd build
make test
cd ../

Now Install the package, as the root user:

cmake --install build

Contents

Installed Programs: None
Installed Library: libmuparser.so
Installed Directories: /usr/lib/cmake/muparser

Short Descriptions

muparser.so

provides a fast math parser library for C and C++