From a1471a699f0ce0bffdc0ea7b1c5e0b0e9ac27817 Mon Sep 17 00:00:00 2001 From: DragoonAethis Date: Wed, 7 May 2014 13:52:54 +0200 Subject: [PATCH] Also, libtool is needed. Ubuntu 14.04 build-essential doesn't contain this... :S --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 486342a71..bae2d1835 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To get and compile the source you must have `patch`, `wget`, `unzip`, `git`, `au Ubuntu users may need to run: ``` -sudo apt-get install build-essential +sudo apt-get install build-essential libtool ``` Cross toolchains are available to Ubuntu users through these commands: