From 74251b21530779ea858ec595266e519710bda606 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 25 Sep 2021 19:55:15 -0400 Subject: [PATCH] Add zstd dependency for Mac and Windows to Building page. --- Building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building.md b/Building.md index 3532cfc..503ba44 100644 --- a/Building.md +++ b/Building.md @@ -17,14 +17,14 @@ pacman -Syu ``` Then restart the shell and install packages. ```bash -pacman -Su git wget make tar unzip zip mingw-w64-x86_64-gcc mingw-w64-x86_64-gdb mingw-w64-x86_64-cmake autoconf automake mingw-w64-x86_64-libtool mingw-w64-x86_64-jq python +pacman -Su git wget make tar unzip zip mingw-w64-x86_64-gcc mingw-w64-x86_64-gdb mingw-w64-x86_64-cmake autoconf automake mingw-w64-x86_64-libtool mingw-w64-x86_64-jq python zstd ``` ### Mac Install [Homebrew](https://brew.sh/), and install build dependencies. ```bash -brew install git wget cmake autoconf automake libtool jq python +brew install git wget cmake autoconf automake libtool jq python zstd ``` ### Linux