LRJ-jonas 2023-01-19 10:36 采纳率: 37.5%
浏览 18

C++安装临时库遇到这几句英文需求是什么意思?

C++想安装Eigen包进行矩阵运算,在官网的“要求”一栏看到了以下内容,求翻译、解释一下:
Eigen doesn't have any dependencies other than the C++ standard library.

We use the CMake build system, but only to build the documentation and unit-tests, and to automate installation. If you just want to use Eigen, you can use the header files right away. There is no binary library to link to, and no configured header file. Eigen is a pure template library defined in the headers.

这里的headers是啥?“ but only to build the documentation and unit-tests, and to automate installation”又是什么含义?

  • 写回答

3条回答 默认 最新

  • Halifax ‎ 2023-01-19 10:44
    关注

    望采纳!!!

    译文如下:

    除了 C++ 标准库之外,Eigen 没有任何依赖项。

    我们使用 CMake 构建系统,但仅用于构建文档和单元测试,以及自动安装。
    如果你只想使用 Eigen,你可以马上使用头文件。
    没有要链接的二进制库,也没有配置的头文件。
    Eigen 是一个在头文件中定义的纯模板库。

    评论

报告相同问题?

问题事件

  • 创建了问题 1月19日