书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 1786 个相关结果.
  • Visual Studio

    Visual Studio Recipe tools for Visual Studio Conan extension for Visual Studio Installation Initial Configuration Searching and Adding Libraries Visual Studio Recipe tool...
  • CLion

    CLion Importing the project CLion CLion is a commercial JetBrains IDE for C++. Importing the project CLion requires a CMakeLists.txt file as a project file, which is pro...
  • PaddleLite使用FPGA预测部署

    PaddleLite使用FPGA预测部署 Lite实现FPGA简介 已验证Paddle模型 准备工作 PaddleLite编译 应用编译 运行示例 如何在Code中使用 PaddleLite使用FPGA预测部署 Paddle Lite支持基于arm的FPGA zu3/zu5/zu9的模型预测,提供armv8的交叉编译 PaddleLi...
  • 4.9 运行测试子集

    4.9 运行测试子集 准备工作 具体实施 工作原理 更多信息 4.9 运行测试子集 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-04/recipe-09 中找到。该示例在CMake 3.5版(或更高版本)中是有效的,并且已经在GNU/...
  • Build on Mac OS X

    How to Build ClickHouse on Mac OS X Install Homebrew Install Required Compilers, Tools, and Libraries Checkout ClickHouse Sources Build ClickHouse Caveats How to Build Cli...
  • 贡献代码

    如何贡献 issue pull request 代码文件头License 执行单元测试 如何贡献 MNN欢迎提交issue和pull request。 issue 如果你有bug反馈、feature建议,可以提交issue反馈。建议在提交之前,先浏览已有issue,寻找解决方案。 pull request 如果你想贡献代码,可以提...
  • Recompiling jemalloc

    Jemalloc Jemalloc This article is only relevant if you intend to compile ArangoDB on Ubuntu 16.10 or Debian testing On more modern linux systems (development/floating at the ti...
  • Build on Mac OS X

    How to Build ClickHouse on Mac OS X Install Homebrew Install Required Compilers, Tools, and Libraries Checkout ClickHouse Sources Build ClickHouse Caveats How to Build Cli...
  • Packaging

    473 2021-02-12 《Modern CMake v3.19》
    Packaging Packaging There are two ways to instruct CMake to build your package; one is to use a CPackConfig.cmake file, and the other is to integrate the CPack variables into y...
  • 15.5 移植测试

    15.5 移植测试 准备工作 实现多步测试 测试建议 15.5 移植测试 现在,来讨论如何将测试从引用构建移植到CMake。 准备工作 如果移植的项目包含测试目标,或任何形式的自动化测试,以及测试脚本。第一步,运行传统的测试步骤,并记录所使用的命令。对于Vim项目,可以从src/testdir/Makefile 开始。在src/testd...