Skip to content

Commit

Permalink
Install make too
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarhj committed Aug 21, 2019
1 parent ec8f43b commit f6102e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -17,14 +17,15 @@ using the source code in this repository.
libibus-1.0-dev
automake
autoconf
make
gjs
ibus

__For e.g. Debian 10 "buster"__

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__

Expand Down

0 comments on commit f6102e2

Please sign in to comment.