Skip to content
Snippets Groups Projects
Commit 27ce4efb authored by Pierre Nicolas's avatar Pierre Nicolas :joy:
Browse files

readme: add packages to download

Change-Id: I51531f44515da3f652bef89f60f24b51ca3a5b58
parent 6bf216d9
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,9 @@ Download the project including the daemon submodule with: ...@@ -14,9 +14,9 @@ Download the project including the daemon submodule with:
Or to download the daemon submodule from the existing project directory: Or to download the daemon submodule from the existing project directory:
> git submodule update --init --recursive > 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: on Debian/Ubuntu:
> apt install cmake build-essential swig yasm > apt install cmake build-essential swig yasm ninja-build m4
On macOS: On macOS:
> brew install cmake automake autotools libtool pkg-config yasm swig > brew install cmake automake autotools libtool pkg-config yasm swig
...@@ -36,7 +36,7 @@ With Android Studio: ...@@ -36,7 +36,7 @@ With Android Studio:
With the command line: With the command line:
```sh ```sh
cd client-android/jami-android cd jami-client-android/jami-android
./gradlew assembleDebug ./gradlew assembleDebug
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment