muparser-2.3.4

Introduction to muparser

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

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

Package Information

muparser Dependencies

Required

CMake-3.29.2

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