-
The top level tarball directory was renamed from ring-project to jami-project in commit 21d9f320. Automated via: $ git grep -l ring-project | xargs sed -i 's/ring-project/jami-project/g' Change-Id: I4c0f01cca94d06c536fc1d75bf608e5728d41b31
The top level tarball directory was renamed from ring-project to jami-project in commit 21d9f320. Automated via: $ git grep -l ring-project | xargs sed -i 's/ring-project/jami-project/g' Change-Id: I4c0f01cca94d06c536fc1d75bf608e5728d41b31
Using the make-ring script (recommended)
Dependencies
The Ring installer uses python3. Please make sure it is installed before running it.
Initialize the repositories
./build.py --init
It initializes and updates the submodules to set them at the top of their master branch. This is ideal to have the latest development version.
However, in order to build a specific version of Ring, such as the Production one, please use
git submodule update --init
On Linux
- Build and install all the dependencies:
./build.py --dependencies
Your distribution's package manager will be used.
- Build and install locally under this repository:
./build.py --install
- Run daemon and client that were installed locally:
./build.py --run
You can then stop the processes with CTRL-C.
You can also run them in the background with the --background
argument and then use the --stop
command to stop them. Stdout and stderr go to daemon.log and client-gnome.log.
Install globally for all users instead
./build.py --install --global-install
Run global install:
gnome-ring
This already starts the daemon automatically for us.
Uninstall the global install:
./build.py --uninstall
On OSX
You need to setup Homebrew (<http://brew.sh/>) since their is no built-in package manager on OSX.
Build and install all the dependencies:
./build.py --dependencies
Build and install locally under this repository:
./build.py --install
Output
You can find the .app file in the ./install/client-macosx
folder.
On Android
Please make sure you have the Android SDK and NDK installed, and that their paths are properly set. For further information, please visit <https://github.com/savoirfairelinux/ring-client-android>
Build and install locally under this repository:
./build.py --install --distribution=Android
Output
You can find the .apk file in the ./client-android/ring-android/app/build/outputs