Bläddra i källkod

Drop zlib notes from contribution_tools (#3531)

The underlying issue should have been addressed by #3526; the install
shouldn't be needed.
Jon Ross-Perkins 2 år sedan
förälder
incheckning
f4f18d871c
1 ändrade filer med 1 tillägg och 4 borttagningar
  1. 1 4
      docs/project/contribution_tools.md

+ 1 - 4
docs/project/contribution_tools.md

@@ -49,8 +49,7 @@ sudo apt install \
   gh \
   libc++-dev \
   lld \
-  python3 \
-  zlib1g-dev
+  python3
 
 # Install pre-commit.
 pip3 install pre-commit
@@ -145,8 +144,6 @@ These tools are essential for work on Carbon.
     -   [gh CLI](https://github.com/cli/cli): Helps with GitHub.
     -   [pre-commit](https://pre-commit.com): Validates and cleans up git
         commits.
--   Libraries
-    -   zlib1g-dev: Used as a library, but not installed on all Linux systems.
 
 #### Running pre-commit