You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/c/pages/gs-install.adoc
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,8 @@ endif::[]
48
48
_Couchbase Lite for C {version-full}_ is available for all supported platforms -- see: <<lbl-beta-platforms>>.
49
49
You can obtain the downloads here:
50
50
51
-
* _Android_, _iOS_ and _Windows_ -- <<tbl-beta-downloads-ee>>
52
-
* _Linux_ and _macOS_ -- {downloads-mobile--xref}.
51
+
* _Android_, _iOS_ and _Windows_ -- {downloads-mobile--xref}.
52
+
* _Linux_ and _macOS_ -- <<tbl-beta-downloads-ee>>
53
53
54
54
The binary release download comprises a root directory ({release-dirs}), which contains:
55
55
@@ -70,7 +70,7 @@ The binary release download comprises a root directory ({release-dirs}), which c
70
70
== Linux
71
71
<<lbl-apt>> {barsep}
72
72
<<lbl-deb>> {barsep}
73
-
<<lbl-man>> {barsep}
73
+
<<lbl-man>>
74
74
75
75
[#lbl-apt]
76
76
=== Using APT
@@ -237,15 +237,16 @@ ifdef::is-beta[NOTE: These manual steps will not be needed beyond this BETA stag
237
237
[#lbl-linux-steps]
238
238
. Install dependencies
239
239
+
240
-
Users of `.zip` downloads will need to use their package manager to install the following dependencies: `libatomic1`, `libicu57` and `zlib1g`.
240
+
Users of `.zip` downloads will need to use their package manager to install the following dependencies: `libatomic1`, `libicu` footnote:[Use whichever version ships with your linux distro] and `zlib1g`.
241
241
+
242
242
For example to install for ARM32 on ARM64, you might do:
0 commit comments