From f6102e20020cfd115575b8d2c2c41282891e11a3 Mon Sep 17 00:00:00 2001 From: Gunnar Hjalmarsson Date: Wed, 21 Aug 2019 07:59:58 +0200 Subject: [PATCH] Install make too --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a71e2b4..7ddb36f 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Avro phonetic implementation for Linux in IBus. On Ubuntu, and on Debian's *testing* and *unstable* releases, Avro phonetic is distributed through the `ibus-avro` package. To install it, simply do: - sudo apt install ibus-avro + sudo apt install ibus-avro On other Linux distros you can install the dependencies and build/install using the source code in this repository. @@ -17,6 +17,7 @@ using the source code in this repository. libibus-1.0-dev automake autoconf + make gjs ibus @@ -24,7 +25,7 @@ using the source code in this repository. As root, do: - apt install git libibus-1.0-dev automake autoconf gjs ibus + apt install git libibus-1.0-dev automake autoconf make gjs ibus __For other linux distributions__