Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
J
jami-client-android
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 137
    • Issues 137
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Requirements
    • Requirements
    • List
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • savoirfairelinux
  • jami-client-android
  • Issues
  • #291

Closed
Open
Opened Jan 20, 2016 by RingBot@RingBotOwner

doc: improve README.md markdown format and fix typos

Issue generated from Tuleap's migration script. Originally submitted by: Ciro Santilli (cirosantilli)

diff --git a/README.md b/README.md
index 9349b01..6546b4c 100644
--- a/README.md
+++ b/README.md
@@ -2,46 +2,51 @@

This repository is meant for the porting of Ring to Android.

-## Environnement
+## Environment

Make sure you have the android-ndk and android-sdk, and you'll want something
like this in your .bashrc (or equivalent):

-export ANDROID_NDK=$HOME/src/android-ndk
-export ANDROID_NDK_ROOT=$ANDROID_NDK
-export ANDROID_SDK=$HOME/src/android-sdk-linux
-export ANDROID_HOME=$ANDROID_SDK
-export PATH=$ANDROID_SDK/platform-tools:${PATH}

  • export ANDROID_NDK=$HOME/src/android-ndk
  • export ANDROID_NDK_ROOT=$ANDROID_NDK
  • export ANDROID_SDK=$HOME/src/android-sdk-linux
  • export ANDROID_HOME=$ANDROID_SDK
  • export PATH=$ANDROID_SDK/platform-tools:${PATH}

install swig-2.0.6 or later and python-2.7 or later on your system

## Build instructions
+
Supported archs are: armeabi-v7a, armeabi, arm64-v8a, x86, x86_64 or mips

-export ANDROID_ABI="[insert list of arch here with spaces]"
-Example: ANDROID_ABI ="armeabi-v7a, x86"
+Example:
+

  • ANDROID_ABI ="armeabi-v7a, x86"

-./compile.sh
+Then:
+

  • ./compile.sh

We use a tested hash to build ring daemon, but if you want to use master:

-cd ring && git pull
-cd -
-./compile --build

  • cd ring && git pull
  • cd -
  • ./compile --build

---build will bypass the tested hash's chekout
+--build will bypass the tested hash's checkout.

**When all else fails**:

-rm -rf ring-daemon
-git clean -dfx

  • rm -rf ring-daemon
  • git clean -dfx

-And start again
+And start again.

## Update translations

Update translations using the Transifex client (tx) :
-./update-translations.sh
+

  • ./update-translations.sh

## Common issues

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: savoirfairelinux/ring-client-android#291