Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

[Bug] Outdated/incomplete instructions for building on Windows

未关闭
#1,582 1 条评论 4 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
30/100
Issue 类型
缺陷
描述清晰度
需要澄清
活跃度
停滞
技术栈
cmake, cpp, python

调研方向

从 Windows 构建说明、CMake 配置以及使用 patch、sed 和 Python distutils 的构建脚本入手。使用 Python 3.12 和 FIREBASE_USE_BORINGSSL 选项重现报告中的配置,然后确定文档中记录的前置条件和依赖项行为是否与当前构建相符。Windows 要求以及任何已确认的构建修复都得到明确记录,或作为单独的修复进行跟踪,即视为完成。

由索引模型根据 Issue 内容生成。

描述

needs-triage new type: question
[REQUIRED] Please fill in the following fields:
  • Pre-built SDK from the website or open-source from this repo: open-source
  • Firebase C++ SDK version: v11.10.0
  • Main Firebase Components in concern: Auth
  • Other Firebase Components in use: RemoteConfig
  • Platform you are using the C++ SDK on: Windows
  • Platform you are targeting: Windows
[REQUIRED] Please describe the question here:

When trying to build the SDK on Windows I ran into multiple issues:

  • Some components require the patch and sed command-line utilities during CMake configuration (see also #1451 and #1506) and must be installed e.g. via Chocolatey. This is not documented.
  • The latest Python 3.12 no longer includes distutils, which is used by build scripts. As a workaround one has to install the setuptools package.
  • Building without the OpenSSL dependency by setting the FIREBASE_USE_BORINGSSL CMake option to ON caused configuration errors, and building with OpenSSL also downloads BoringSSL during CMake configuration. Not sure if this is expected, but it would be nice to be able to build the SDK without the OpenSSL dependency.

It would be great if these points could be documented and/or fixed.

主要语言
C++
星标
326
派生
138
平均合并
1 天 22 小时
30 天内合并 PR
6

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

firebase/firebase-cpp-sdk 的其他 Issue

查看 firebase/firebase-cpp-sdk 的全部 Issue

相似的 Issue

更多 C++ Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。