Skip to content

Commit

Permalink
docs: add GLIBC requirement for Magika
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Mar 8, 2024
1 parent 90db4ca commit 3659f3b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/src/experimental/dl-based-syntax-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ It uses Google's [Magika](https://github.com/google/magika) library to detect th

## Prerequisites

1. If you are using MacOS, the minimum supported OS version is MacOS 11 (Big Sur).

1. If you are using MacOS, MacOS 11 (Big Sur) or later is required.
You can run `$ sw_vers` in terminal to check the OS version.
1. If you are using Linux, GLIBC 2.27 or later is required.
You can run `$ ldd --version` in terminal to check the GLIBC version on your system.

1. Install dependencies.

Run `AutoSetSyntax: Download Dependencies` from the command palette.
Expand Down

0 comments on commit 3659f3b

Please sign in to comment.