muparser-2.3.4

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.1 platform.

Package Information

muparser Dependencies

Required

CMake-3.28.3

Installation of muparser

Install muparser by running the following commands:

mkdir -v build &&
cd       build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      ..                          &&
make

To test the results, issue: make test.

Now, as the root user:

make install

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++