Skip to content

Commit 08dafd0

Browse files
committed
doc: document glibc requirements on linux platforms
Related to #378
1 parent f3f5f90 commit 08dafd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ end
7373

7474
In v1.5.0 and later, native (precompiled) gems are available for recent Ruby versions on these platforms:
7575

76-
- `aarch64-linux`
77-
- `arm-linux`
76+
- `aarch64-linux` (requires: glibc >= 2.29)
77+
- `arm-linux` (requires: glibc >= 2.29)
7878
- `arm64-darwin`
7979
- `x64-mingw32` / `x64-mingw-ucrt`
80-
- `x86-linux`
80+
- `x86-linux` (requires: glibc >= 2.17)
8181
- `x86_64-darwin`
82-
- `x86_64-linux`
82+
- `x86_64-linux` (requires: glibc >= 2.17)
8383

8484
If you are using one of these Ruby versions on one of these platforms, the native gem is the recommended way to install sqlite3-ruby.
8585

0 commit comments

Comments
 (0)