muparser-2.3.4

Introduction à muparser

Le paquet muparser est une bibliothèque d'analyse mathématique rapide en C et en 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.

Informations sur le paquet

Dépendances de muparser

Requises

CMake-3.29.1

Installation de muparser

Installez muparser en exécutant les commandes suivantes :

mkdir -v build &&
cd       build &&

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

Pour tester les résultats lancez : make test.

Maintenant, en tant qu'utilisateur root :

make install

Contenu

Programmes installés: None
Bibliothèque installée: libmuparser.so
Répertoires installés: /usr/lib/cmake/muparser

Descriptions courtes

muparser.so

fournit une bibliothèque d'analyse de formules mathématiques rapide pour C et C++