The muparser package is a fast math parser library for C and C++.
![[Note]](../images/note.png) 
          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.
Download (HTTP): https://github.com/beltoforion/muparser/archive/v2.3.5/muparser-2.3.5.tar.gz
Download MD5 sum: 04d4224cb01712207b85af05a255b6fc
Download size: 116 KB
Estimated disk space required: 4.6 MB
Estimated build time: 0.1 SBU
Install muparser by running the following commands:
mkdir -v build &&
cd       build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      ..                           &&
make
        To test the results, issue: make test.
          Now, as the root user:
        
make install