您的位置:首页 > 编程语言 > C语言/C++

C++ muparser caculater study notes

2018-03-18 03:41 363 查看
official site : http://beltoforion.de/article.php?a=muparser 1. download source code from github which can be found in the official site
2.get library after compiling the source code. 
   follow the guide : vim muparser-2.2.5/Install.txt 
3. write a testing program 
  get testing example from the official site



  1) cp muparser-2.2.5/include  workplace
  2) cp cp muparser-2.2.5/lib/libmuparser.so.2.2.4 workplace/libmuparser.so
  3) makefile for loading muParser library.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: