Synchronization via submodules of the repositories of https://ring.cx/ to states in which they work together + scripts to build for each platform easily.
git submodule update --init
Ring installer uses python3. Please make sure it is installed before running it.
./make-ring.py --dependencies
Your distro package manager will be used.
./make-ring.py --install
./make-ring.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.
./make-ring.py --install --global-install
gnome-ring
This already starts the daemon automatically for us.
./make-ring.py --uninstall
You need to setup Homebrew (http://brew.sh/) since their is no built-in package manager on OSX.
./make-ring.py --dependencies
./make-ring.py --install
You can find the .app file in the ./install/client-macosx folder.
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
./make-ring.py --install --distribution=Android
You can find the .apk file in the ./client-android/ring-android/app/build/outputs