From aabfe05976285888c9c8954a436d27e98dc840e0 Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Mon, 30 Sep 2024 22:05:53 -0700 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e8fb31..b0c393b 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ cargo build \ --release ``` -Note that some of the image decoders — *\*\*cough\*\* JPEG XL \*\*cough\*\** — come with some extra build dependencies of their own. The specifics will vary by system, but you'll probably need `gcc`/`g++` (or Clang), NASM, and make/cmake. +Note that some of the image decoders — *\*\*cough\*\* JPEG XL \*\*cough\*\** — come with some extra build dependencies of their own. The specifics will vary by system, but you'll most likely need `gcc`/`g++` (or Clang), Meson, NASM, Ninja, and make/cmake. While specifically designed for Linux systems, pxsum can probably be built for other 64-bit Unix platforms like Mac too.