The muparser package is a fast math parser library for C and C++.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
Download (HTTP): https://github.com/beltoforion/muparser/archive/v2.3.4/muparser-2.3.4.tar.gz
Download MD5 sum: b92180a648be88238008ea01a597ccb9
Download size: 112 KB
Estimated disk space required: 5.1 MB
Estimated build time: 0.1 SBU
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