From d04dfbfc619c35c097460a9e75a2822100658b89 Mon Sep 17 00:00:00 2001 From: Barnabas Debreczeni Date: Sun, 1 Mar 2015 06:02:21 +0100 Subject: [PATCH] Update build-unix.md add software-properties-commons so add-apt-repository works add basdmainutils so ./configure works (it was missing hexdump) --- doc/build-unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index 1aaf717a5b6e..8437a9802d8d 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -51,7 +51,7 @@ Dependency Build Instructions: Ubuntu & Debian ---------------------------------------------- Build requirements: - sudo apt-get install build-essential + sudo apt-get install build-essential software-properties-common bsdmainutils sudo apt-get install libtool autotools-dev autoconf sudo apt-get install libssl-dev