Skip to content

Commit a1967fe

Browse files
committed
Added changes.
1 parent dbf0912 commit a1967fe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

AGENTS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ instructions for your specific platform.
3333
* **CMake**: Version 3.7 or newer.
3434
* **Python**: Version 3.7 or newer.
3535
* **Abseil-py**: Python package.
36-
* **OpenSSL**: Required for Realtime Database and Cloud Firestore (especially
37-
for desktop builds).
36+
* **OpenSSL**: Required for desktop builds, unless you build with the
37+
`-DFIREBASE_USE_BORINGSSL=YES` cmake flag.
38+
* **libsecret-1-dev**: (Linux Desktop) Required for secure credential storage.
39+
Install using `sudo apt-get install libsecret-1-dev`.
3840
* **Android SDK & NDK**: Required for building Android libraries. `sdkmanager`
3941
can be used for installation. CMake for Android (version 3.10.2
4042
recommended) is also needed.

0 commit comments

Comments
 (0)