From 3c17ce7829d456127418dbda69dc998a985b6df0 Mon Sep 17 00:00:00 2001 From: M Clark Date: Wed, 5 Apr 2017 11:27:53 +0800 Subject: [PATCH] added tk-dev as a requirement http://stackoverflow.com/a/31299142/221742 --- 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 051a75f..708271b 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -4,7 +4,7 @@ ```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 +libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev ``` * Fedora/CentOS/RHEL: