From 8c886a0154d8b4aa1ded6e0e5d796098a1174e3f Mon Sep 17 00:00:00 2001 From: Lin Dong Date: Tue, 11 Mar 2014 21:30:24 -0700 Subject: [PATCH] I have added wget, curl and llvm to the wiki page for ubuntu, especially for ubuntu 10.04 64 bit --- 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 2bebe00..91c4901 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -3,7 +3,7 @@ * Ubuntu: ``` sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \ -libreadline-dev libsqlite3-dev +libreadline-dev libsqlite3-dev wget curl llvm ``` * Fedora: