From bb618d51af8fb78f1ce62c2acfdbd490b88c40d8 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Tue, 6 Sep 2016 14:51:13 +0200 Subject: [PATCH] add missing tool in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index e2269f90d..8bcdc5a00 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ To build liblinphone for Android, you must: ------------------------------------------- 0) download the Android sdk (API 23 at least) with platform-tools and tools updated to latest revision, then add both 'tools' and 'platform-tools' folders in your path. 1) download the Android ndk (version r11c or 12b) from google and add it to your path (no symlink !!!). -2) install yasm, nasm, ant, python, cmake and vim-common +2) install yasm, nasm, ant, python, intltoolize, cmake and vim-common On 64 bits linux systems you'll need the ia32-libs package With the latest Debian (multiarch), you need this: dpkg --add-architecture i386