Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
74bd0fcf
Commit
74bd0fcf
authored
10 years ago
by
Alexandre Lision
Browse files
Options
Downloads
Patches
Plain Diff
Update README, add .md extension
parent
0d64118a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-1
16 additions, 1 deletion
README.md
with
16 additions
and
1 deletion
README
→
README
.md
+
16
−
1
View file @
74bd0fcf
# Ring Android
## Environnement
Make sure you have the android-ndk and android-sdk, and you'll want something
Make sure you have the android-ndk and android-sdk, and you'll want something
like this in your .bashrc (or equivalent):
like this in your .bashrc (or equivalent):
# setup Android paths
export ANDROID_NDK=$HOME/src/android-ndk
export ANDROID_NDK=$HOME/src/android-ndk
export ANDROID_NDK_ROOT=$ANDROID_NDK
export ANDROID_NDK_ROOT=$ANDROID_NDK
export ANDROID_SDK=$HOME/src/android-sdk-linux
export ANDROID_SDK=$HOME/src/android-sdk-linux
...
@@ -9,9 +12,21 @@ export ANDROID_HOME=$ANDROID_SDK
...
@@ -9,9 +12,21 @@ export ANDROID_HOME=$ANDROID_SDK
export PATH=$ANDROID_SDK/platform-tools:${PATH}
export PATH=$ANDROID_SDK/platform-tools:${PATH}
## Build instructions
When all else fails:
When all else fails:
rm -rf sflphone
rm -rf sflphone
git clean -dfx
git clean -dfx
export ANDROID_ABI=armeabi-v7a
export ANDROID_ABI=armeabi-v7a
./compile.sh
./compile.sh
## Common issues
*
Makeinfo issue
makeinfo: command not found
WARNING: 'makeinfo' is missing on your system.
**Solution**: Install texinfo package containing makeinfo dep.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment