Update Build instructions

This commit is contained in:
Sébastien Blin 2019-05-09 11:06:39 -04:00
parent da6d65ecc1
commit 8c55cda462
1 changed files with 9 additions and 9 deletions

View File

@ -27,7 +27,7 @@ We use a GIT repository to manage sources. On shell based platform you
can fetch your private copy using following command: can fetch your private copy using following command:
```bash ```bash
git clone https://gerrit-ring.savoirfairelinux.com/ring-project git clone https://review.jami.net/ring-project
``` ```
Jami installer uses **python3**. If it's not installed, please install Jami installer uses **python3**. If it's not installed, please install
@ -164,7 +164,7 @@ export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$ANDROID_NDK:
<!-- --> <!-- -->
```bash ```bash
git clone --recurse-submodules https://gerrit-ring.savoirfairelinux.com/ring-project git clone --recurse-submodules https://review.jami.net/ring-project
``` ```
- Initialize project - Initialize project
@ -241,7 +241,7 @@ After installing [Brew](https://brew.sh) and Python3 (brew install
python3): python3):
```bash ```bash
git clone https://gerrit-ring.savoirfairelinux.com/ring-project git clone https://review.jami.net/ring-project
cd ring-project cd ring-project
./make-ring.py --init ./make-ring.py --init
./make-ring.py --dependencies --distribution iOS ./make-ring.py --dependencies --distribution iOS
@ -273,7 +273,7 @@ We use a GIT repository to manage LibRing sources. On shell based
platform you can fetch your private copy using following command: platform you can fetch your private copy using following command:
```bash ```bash
git clone https://gerrit-ring.savoirfairelinux.com/ring-daemon git clone https://review.jami.net/ring-daemon
``` ```
Notice that direct push are blocked. See below how to contribute to the Notice that direct push are blocked. See below how to contribute to the
@ -525,7 +525,7 @@ Gerrit is used as code review / integration tool. Register your ID (you
need a Google/GitHUB OAuth2 account) on our public web gerrit service need a Google/GitHUB OAuth2 account) on our public web gerrit service
here: here:
<https://gerrit-ring.savoirfairelinux.com> <https://review.jami.net>
This service works for all Jami sub-projects (LibRing, LRC and clients). This service works for all Jami sub-projects (LibRing, LRC and clients).
@ -541,7 +541,7 @@ Getting the Source Code
-------------------------------------------------- --------------------------------------------------
```bash ```bash
git clone https://gerrit-ring.savoirfairelinux.com/ring-lrc git clone https://review.jami.net/ring-lrc
LIBRINGLIENT=`pwd`/ring-lrc LIBRINGLIENT=`pwd`/ring-lrc
RING=`pwd`/ring-daemon RING=`pwd`/ring-daemon
@ -646,7 +646,7 @@ LRC)](#How_to_Build_LibRingClient_(or_LRC) "wikilink") sections.
#### Getting the Source Code #### Getting the Source Code
```bash ```bash
git clone https://gerrit-ring.savoirfairelinux.com/ring-client-gnome git clone https://review.jami.net/ring-client-gnome
``` ```
@ -825,7 +825,7 @@ LRC)](#How_to_Build_LibRingClient_(or_LRC) "wikilink") sections.
#### Getting the Source Code #### Getting the Source Code
```bash ```bash
git clone https://gerrit-ring.savoirfairelinux.com/ring-client-windows git clone https://review.jami.net/ring-client-windows
``` ```
@ -904,7 +904,7 @@ LRC)](#How_to_Build_LibRingClient_(or_LRC) "wikilink") sections.
#### Getting the Source Code #### Getting the Source Code
```bash ```bash
git clone https://gerrit-ring.savoirfairelinux.com/ring-client-macosx git clone https://review.jami.net/ring-client-macosx
``` ```
#### Build Instructions #### Build Instructions