Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
d36c1ca5
Unverified
Commit
d36c1ca5
authored
Apr 29, 2018
by
Axel Nennker
Committed by
GitHub
Apr 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
added missing = to export VARIABLE=VALUE
parent
9e4447f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
builds/android/README.md
+6
-6
No files found.
builds/android/README.md
View file @
d36c1ca5
...
@@ -12,15 +12,15 @@ To launch the android build, you have to first install the android-ndk first in
...
@@ -12,15 +12,15 @@ To launch the android build, you have to first install the android-ndk first in
$ #check the hashes before executing this binary
$ #check the hashes before executing this binary
$ md5sum android-ndk-r10e-linux-x86_64.bin
$ md5sum android-ndk-r10e-linux-x86_64.bin
# 19af543b068bdb7f27787c2bc69aba7f android-ndk-r10e-linux-x86_64.bin
# 19af543b068bdb7f27787c2bc69aba7f android-ndk-r10e-linux-x86_64.bin
sha256sum android-ndk-r10e-linux-x86_64.bin
$
sha256sum android-ndk-r10e-linux-x86_64.bin
# 102d6723f67ff1384330d12c45854315d6452d6510286f4e5891e00a5a8f1d5a android-ndk-r10e-linux-x86_64.bin
# 102d6723f67ff1384330d12c45854315d6452d6510286f4e5891e00a5a8f1d5a android-ndk-r10e-linux-x86_64.bin
$ chmod +x android-ndk-${ANDROID_NDK_VERSION}-linux-x86_64.bin
$ chmod +x android-ndk-${ANDROID_NDK_VERSION}-linux-x86_64.bin
$ ./android-ndk-r10e-linux-x86_64.bin
$ ./android-ndk-r10e-linux-x86_64.bin
$ export ANDROID_NDK_ROOT
${HOME}/android-ndk-r10e
$ export ANDROID_NDK_ROOT
=
${HOME}/android-ndk-r10e
$ export TOOLCHAIN_NAME
arm-linux-androideabi-4.9
$ export TOOLCHAIN_NAME
=
arm-linux-androideabi-4.9
$ export TOOLCHAIN_HOST
arm-linux-androideabi
$ export TOOLCHAIN_HOST
=
arm-linux-androideabi
$ export TOOLCHAIN_PATH
${ANDROID_NDK_ROOT}/toolchains/${TOOLCHAIN_NAME}/prebuilt/linux-x86_64/bin
$ export TOOLCHAIN_PATH
=
${ANDROID_NDK_ROOT}/toolchains/${TOOLCHAIN_NAME}/prebuilt/linux-x86_64/bin
$ export TOOLCHAIN_ARCH
arm
$ export TOOLCHAIN_ARCH
=
arm
Then you can launch the build:
Then you can launch the build:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment