From 486f5c341f10dce2888be2d3f2fc76c9a34fc8d1 Mon Sep 17 00:00:00 2001 From: AGSPhoenix Date: Thu, 21 Feb 2019 02:32:41 -0500 Subject: [PATCH] Include git in Debian requirements --- Common-build-problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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