书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 1736 个相关结果.
  • 1.2 切换生成器

    1.2 切换生成器 准备工作 具体实施 如何工作 更多信息 1.2 切换生成器 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-01/recipe-02 中找到,其中有一个C++、C和Fortran示例。该配置在CMake 3.5版(或更...
  • 与你的代码交互

    与你的代码交互 通过 CMake 配置文件 Version.h.in CMake lines: 读入文件 与你的代码交互 通过 CMake 配置文件 CMake 允许你在代码中使用 configure_file 来访问 CMake 变量。该命令将一个文件( 一般以 .in 结尾 )的内容复制到另一个文件中,并替换其中它找到的所有 CMak...
  • 01. Configuration

    Configuration All-in-one build Jerry debugger Line information Profiles External context Snapshot execution Snapshot saving Jerry parser Dump bytecode Dump RegExp bytecode...
  • Linux

    Debian-based build directions Option A: Automatic Debian builds Prerequisites Build procedure Option B: Custom Debian builds Prerequisites Build procedure 1. Get the source cod...
  • 安装

    安装 安装 进行安装时,比如执行 make install ,安装命令会将文件或目标“安装”到安装树中。简单使用目标安装指令的方式: install ( TARGETS MyLib EXPORT MyLibTargets LIBRARY DESTINATION lib ARCHIVE D...
  • 2.1 检测操作系统

    2.1 检测操作系统 具体实施 工作原理 2.1 检测操作系统 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-02/recipe-01 中找到。该示例在CMake 3.5版(或更高版本)中是有效的,并且已经在GNU/Linux、macOS和...
  • 8.1.2. Build for Windows

    Build from source on Windows 10 Get Source Code Requirements and Dependencies Prepare the environment If you don’t need the Ahead-of-Time runtime/compiler Build WasmEdge Run b...
  • Building Pulsar C++ client

    Building Pulsar C++ client Supported platforms System requirements Compilation Linux MacOS Building Pulsar C++ client Supported platforms The Pulsar C++ client has been ...
  • 编译源代码

    使用源码编译 前言 系统要求 快速编译步骤 安装系统依赖 克隆源码 执行编译 源码打包(可选) 编译选项 CMake 参数 ENABLE_WERROR ENABLE_TESTING ENABLE_ASAN CMAKE_BUILD_TYPE CMAKE_INSTALL_PREFIX CMAKE_CXX_COMPILER ENABLE_...
  • 1.8 设置编译器选项

    1.8 设置编译器选项 准备工作 具体实施 如何工作 更多信息 1.8 设置编译器选项 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-01/recipe-08 中找到,有一个C++示例。该示例在CMake 3.5版(或更高版本)中是有效...