File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,10 @@ instructions for your specific platform.
33
33
* ** CMake** : Version 3.7 or newer.
34
34
* ** Python** : Version 3.7 or newer.
35
35
* ** 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 ` .
38
40
* ** Android SDK & NDK** : Required for building Android libraries. ` sdkmanager `
39
41
can be used for installation. CMake for Android (version 3.10.2
40
42
recommended) is also needed.
You can’t perform that action at this time.
0 commit comments