Browse Source

Add zstd dependency for Mac and Windows to Building page.

master
Andrew Belt 3 years ago
parent
commit
74251b2153
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Building.md

+ 2
- 2
Building.md View File

@@ -17,14 +17,14 @@ pacman -Syu
``` ```
Then restart the shell and install packages. Then restart the shell and install packages.
```bash ```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 ### Mac


Install [Homebrew](https://brew.sh/), and install build dependencies. Install [Homebrew](https://brew.sh/), and install build dependencies.
```bash ```bash
brew install git wget cmake autoconf automake libtool jq python
brew install git wget cmake autoconf automake libtool jq python zstd
``` ```


### Linux ### Linux


Loading…
Cancel
Save