Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[Bug] Outdated/incomplete instructions for building on Windows

オープン
#1,582 コメント 1 件 リアクション 4 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
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
平均マージ
2日 16時間
マージ済み PR(30日)
3

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

firebase/firebase-cpp-sdk のほかの issue

firebase/firebase-cpp-sdk の issue をすべて見る

似ている issue

C++ の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。