Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
lpsolve 是一个 C 库,可用于解决线性规划问题。他们有一些头文件,你可以使用它们创建一个 dylib 或一个静态库(.a)。osx 库有一些头文件、一个 dylib 文件和一个 .a 文件。但这些是为 32 位编译的。但是 OSX 现在使用的是 64 位操作系统,我必须重新编译这些才能使用他们的 api。
谁能给我任何有关如何为 64 位操作系统编译这些 .h 文件的链接?
假设你喜欢Homebrew(如果你不是,现在就去安装它),
$ brew install lp_solve
你就完成了。如果您更喜欢MacPorts,我相信您可以做到
$ port install lp_solve