muparser-2.3.4

Introduction to muparser

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

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

Package Information

muparser Dependencies

Required

CMake-3.28.1

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