diff --git a/Common-build-problems.md b/Common-build-problems.md index ee7fdd5..edaa02e 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -7,7 +7,7 @@ Make sure to follow this guidance for your platform before any troubleshooting. ```sh sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \ libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \ -xz-utils tk-dev libffi-dev liblzma-dev python-openssl +xz-utils tk-dev libffi-dev liblzma-dev python-openssl git ``` Alternative of libreadline-dev: ```sh