From c6f7423289d3f7d8bd027b35c4db5eb0a4d3a58d Mon Sep 17 00:00:00 2001 From: "Il'ya A. Lykov" Date: Mon, 28 Apr 2014 21:43:15 +0700 Subject: [PATCH] Update INSTALL-ubuntu.md --- docs/INSTALL-ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL-ubuntu.md b/docs/INSTALL-ubuntu.md index 85a7954d854..f8d8f61bd74 100644 --- a/docs/INSTALL-ubuntu.md +++ b/docs/INSTALL-ubuntu.md @@ -143,7 +143,7 @@ We only support Docker based installs now. Please see [our **official install gu > # For instance, if prompted with `libreadline6-dev libsqlite3-dev sqlite3 autoconf' etc > # Install the missing packages with this command, run as your user: -> # sudo apt-get install libreadline6-dev libsqlite3-dev sqlite3 autoconf +> # sudo apt-get install libreadline6-dev libsqlite3-dev sqlite3 autoconf libgdbm-dev libncurses5-dev bison libffi-dev > # Repeat the autolibs test until you see "Requirements installation successful"