书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 1786 个相关结果.
  • 第11章 打包项目

    第11章 打包项目 第11章 打包项目 本章的主要内容有: 生成源代码和二进制包 使用CMake/pybind11构建的C++/Python项目,通过PyPI发布 使用CMake/CFFI构建C/Fortran/Python项目,通过PyPI发布 以Conda包的形式发布一个简单的项目 将Conda包作为依赖项发布给项目 目前为止,已经从源代码...
  • 飞桨框架NPU版安装说明

    飞桨框架NPU版安装说明 安装方式:通过release/2.1分支源码编译安装 环境准备 源码编译安装步骤: 飞桨框架NPU版安装说明 安装方式:通过release/2.1分支源码编译安装 环境准备 昇腾NPU 处理器: 鲲鹏920 操作系统:Linux version 4.19.36-vhulk1907.1.0.h475....
  • Git Submodule Method

    Git Submodule Method Bonus: Git version number Git Submodule Method If you want to add a Git repository on the same service (GitHub, GitLab, BitBucket, etc), the following is t...
  • 获取可执行程序

    获取可执行程序 下载预编译fisco-bcos docker镜像 源码编译 安装依赖 克隆代码 编译 编译选项介绍 获取可执行程序 用户可以自由选择以下任一方式获取FISCO BCOS可执行程序。推荐从GitHub下载预编译二进制。 官方提供的静态链接的预编译文件,可以在Ubuntu 16.04和CentOS 7.2以上版本运行。 ...
  • Using the same requirement as a requires and as a tool_requires

    Using the same requirement as a requires and as a tool_requires Using the same requirement as a requires and as a tool_requires There are libraries which could behave as a libra...
  • 12.3 结合Doxygen和Sphinx

    12.3 结合Doxygen和Sphinx 准备工作 具体实施 工作原理 12.3 结合Doxygen和Sphinx NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-12/recipe-03 中找到,其中包含一个C++示例。该示例在CMak...
  • Cocos Native Plugin Quick Tutorial

    Cocos Native Plugin Quick Tutorial Create a native plugin Basic Setup Add support for Windows include “hello_cocos.h” include “bindings/sebind/sebind.h” include “plugins/bus/...
  • Cocos Native Plugin Quick Tutorial

    Cocos Native Plugin Quick Tutorial Create a native plugin Basic Setup Add support for Windows include “hello_cocos.h” include “bindings/sebind/sebind.h” include “plugins/bus/...
  • MPI

    448 2021-02-12 《Modern CMake v3.19》
    MPI MPI To add MPI, like OpenMP, you’ll be best off with CMake 3.9+. find_package ( MPI REQUIRED ) message ( STATUS "Run: ${MPIEXEC} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_N...
  • 6.2.2. PHP 版本

    PHP 版本 准备环境 编译 openrasp-v8 基础库 编译 OpenRASP PHP 扩展 PHP 版本 准备环境 编译 openrasp-v8 基础库 编译 OpenRASP PHP 扩展 本文档仅适用于基于 glibc2.12 及以上 的 Linux 或 MacOS 对于 Linux 系统,我们要求使用 g++ 5...