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.
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.
You can’t perform that action at this time.
0 commit comments