在 Windows 上将 Octave 编译为共享库以供开发使用需要执行哪些步骤?
我想在我的 C++ 应用程序中使用 Octave 。我从这里下载了最新的源版本 但我不知道如何构建它并获取一些用于 dll 的 lib
文件夹和用于包含的 include
文件夹。
那么如何构建 Octave 来集成到应用程序中——作为共享库,或者更好的静态库?
I want to use Octave in my C++ app. I downloaded latest source Release from here
but I do not get how to build it and get some lib
folder for dlls and include
folder for includes.
So how to build Octave for integration into an app - as a shared, or better, a static library?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个 构建 Octave 的指南使用 Subversion 存储库上的 MinGW。
There is a guide to building Octave with MinGW on the Subversion repository.