简体   繁体   中英

C# - I can't find mxparser dll

我正在创建一个需要非常好的数学解析器的软件,我发现mxparser是一个不错的选择,因此想尝试一下,但是,我下载了整个源代码,转到了指定的文件夹,但没有看到任何dll。添加到我的项目中... https://github.com/mariuszgromada/mXparser根据helloworld教程,它是github链接,dll应该在mxparser / current / c sharp / bin / release中,但是有那里什么都没有,所以我的问题是:还有别的地方我可以得到dll还是有其他可以使用它的方法

I would use NuGet to manage your dependencies. It just makes things easier on you. It also appears there is a package for mXparser.

Use nuget as previously suggested, If you still prefer dll then follow the download link in the release section on github or better on the mathparser.org page

http://mathparser.org/mxparser-downloads/

https://www.nuget.org/packages/MathParser.org-mXparser/

https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22MathParser.org-mXparser%22

https://github.com/mariuszgromada/MathParser.org-mXparser/releases

Best regards

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM