From e5531638d1d0f5c514add67bde8a73f8602d95cf Mon Sep 17 00:00:00 2001 From: Stormwind <stormwind83@protonmail.com> Date: Sat, 9 Nov 2019 17:55:42 +0000 Subject: [PATCH] Update how-to-build.rst --- Documentation/how-to-build.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Documentation/how-to-build.rst b/Documentation/how-to-build.rst index b8b1311c..8b31be8a 100644 --- a/Documentation/how-to-build.rst +++ b/Documentation/how-to-build.rst @@ -71,9 +71,21 @@ Dependencies brew install ninja pip3 install --user meson # see https://mesonbuild.com/Getting-meson.html - you will have to add ~/.local/bin to your PATH. -* **python3-crc16**: Install with ``pip3 install --user crc16``. -* **python3-pillow**: Python Image Library ``pip3 install --user pillow``. +* One of three CRC packages are required. Pick one: + .. code-block:: shell-session + pip3 install --user crc16 + + .. code-block:: shell-session + pip3 install --user crcmod + + .. code-block:: shell-session + pip3 install --user crcmod + +* **python3-pillow**: Python Image Library + .. code-block:: shell-session + pip3 install --user pillow + - Arch .. code-block:: shell-session -- GitLab