书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 1736 个相关结果.
  • 编译源代码

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

    How to Build ClickHouse for Development Install Git, CMake, Python and Ninja Install GCC 9 Install from a PPA Package Install from Sources Use GCC 9 for Builds Checkout ClickH...
  • 12.2 使用Sphinx构建文档

    12.2 使用Sphinx构建文档 准备工作 具体实施 工作原理 12.2 使用Sphinx构建文档 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-12/recipe-02 中找到,其中包含一个C++示例。该示例在CMake 3.5版(或...
  • How to Structure Your Project

    741 2021-02-12 《Modern CMake v3.19》
    How to structure your project How to structure your project The following information is biased. But in a good way, I think. I’m going to tell you how to structure the director...
  • CUDA

    CUDA 启用 CUDA 语言 CUDA 的变量 添加库/可执行文件 目标架构 使用目标 内置变量 注意,FindCUDA 已弃用,但对于低于 3.18 的 CMake,以下函数需要 FindCUDA: FindCUDA [警告:不要使用] (仅供参考) CUDA 使用 CUDA 有两种方式:CMake 3.8(Windows为3.9)...
  • 向您的项目添加 C 和 C++ 代码 - Add C and C++ code

    向您的项目添加 C 和 C++ 代码 下载 NDK 和构建工具 创建支持 C/C++ 的新项目 构建和运行示例应用 向现有项目添加 C/C++ 代码 创建新的原生源文件 创建 CMake 构建脚本 添加 NDK API 添加其他预构建库 将 Gradle 关联到您的原生库 使用 Android Studio UI 手动配置 Gradle 指定...
  • Understanding the flexibility of using conanfile.py vs conanfile.txt

    Understanding the flexibility of using conanfile.py vs conanfile.txt Use the layout() method Use the validate() method to raise an error for non-supported configurations Conditio...
  • 1.9 为语言设定标准

    1.9 为语言设定标准 准备工作 具体实施 工作原理 更多信息 1.9 为语言设定标准 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-01/recipe-09 中找到,包含一个C++和Fortran示例。该示例在CMake 3.5版(或...
  • 8.1.2. 用 Windows 编译

    在 Windows 10由源码构建 下载源代码 依赖说明 下载依赖 如果不需要构建AOT运行时或者编译器 构建 WasmEdge 运行内置测试 运行应用 在 Windows 10由源码构建 WasmEdge 支持 Windows 10 。我们也同时提供了二进制安装包和库文件。 可以在这里 查看详情。 如果想要在 Windows 10...
  • 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...