Skip to content

Commit

Permalink
Add libjpeg-dev to list of required linux packages.
Browse files Browse the repository at this point in the history
This to enable compiling Pillow from source on Python 3.9.

Issue facebookresearch#162.
  • Loading branch information
ChrisCummins authored and bwasti committed Aug 3, 2021
1 parent 6300c38 commit 921f9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ On macOS you can use the system compiler and install

On linux, install the required toolchain using:

$ sudo apt install clang libtinfo5 patchelf
$ sudo apt install clang libtinfo5 libjpeg-dev patchelf
$ wget https://github.com/bazelbuild/bazelisk/releases/download/v1.7.5/bazelisk-linux-amd64 -O bazel && chmod +x bazel
$ sudo mv bazel /usr/local/bin
$ export CC=clang
Expand Down

0 comments on commit 921f9ba

Please sign in to comment.