From 27ce4efb463aca509f8cd69d6b6a7efdb76eba8a Mon Sep 17 00:00:00 2001 From: Pierre NICOLAS <pierre.nicolas@savoirfairelinux.com> Date: Tue, 25 Apr 2023 21:39:44 -0400 Subject: [PATCH] readme: add packages to download Change-Id: I51531f44515da3f652bef89f60f24b51ca3a5b58 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37d150a38..7f2c82d92 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Download the project including the daemon submodule with: Or to download the daemon submodule from the existing project directory: > git submodule update --init --recursive -Make sure to have autotools, autopoint, swig, yasm, autotools and cmake available on your system: +Make sure to have autotools, autopoint, swig, yasm, m4, ninja-build and cmake available on your system: on Debian/Ubuntu: -> apt install cmake build-essential swig yasm +> apt install cmake build-essential swig yasm ninja-build m4 On macOS: > brew install cmake automake autotools libtool pkg-config yasm swig @@ -36,7 +36,7 @@ With Android Studio: With the command line: ```sh -cd client-android/jami-android +cd jami-client-android/jami-android ./gradlew assembleDebug ``` -- GitLab