Skip to content

Commit

Permalink
Update Building_Doubango.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubangoTelecom authored Apr 30, 2019
1 parent bf37f78 commit b4bd80b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Building_Doubango.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,21 @@ for **ARMv7-a with NEON**:
./configure --host=arm-linux-androideabi --with-android-cpu=armv7-a-neon --prefix=/home/doubango/output/android/armv7-a-neon
make && make install
```
for **ARM64**:
```
./configure --host=aarch64-linux-android --with-android-cpu=arm64 --prefix=/home/doubango/output/android/arm64
make && make install
```
for **x86**:
```
./configure --host=i686-linux-android --with-android-cpu=x86 --prefix=/home/doubango/output/android/x86
make && make install
```
for **x86_64**:
```
./configure --host=x86_64-linux-android --with-android-cpu=x64 --prefix=/home/doubango/output/android/x64
make && make install
```
To get more info about all available options:
```
./configure --help
Expand Down

0 comments on commit b4bd80b

Please sign in to comment.