Skip to content

Commit

Permalink
Update required package list from BUILD.md
Browse files Browse the repository at this point in the history
Add the zlib dev packages to the list of Ubuntu/Fedora package
dependencies.
- Add zlib1g-dev to the Ubuntu package list.
- Add zlib-devel to the Fedora package list.

Change-Id: I2823ae74b22cf1991a03297836db6b4126900f4e
  • Loading branch information
dustin-lunarg committed Jul 30, 2020
1 parent 18e2c52 commit a4b5d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ For Ubuntu, the required packages can be installed with the following command:

```bash
sudo apt-get install git cmake build-essential libx11-xcb-dev libxcb-keysyms1-dev \
libwayland-dev libxrandr-dev liblz4-dev libzstd-dev
libwayland-dev libxrandr-dev zlib1g-dev liblz4-dev libzstd-dev
```

#### Fedora
Expand All @@ -212,7 +212,7 @@ command:

```bash
sudo dnf install git cmake libxcb-devel libX11-devel xcb-util-keysyms-devel \
libXrandr-devel wayland-devel lz4-devel libzstd-devel
libXrandr-devel wayland-devel zlib-devel lz4-devel libzstd-devel
```

### Linux Build
Expand Down

0 comments on commit a4b5d3b

Please sign in to comment.