Skip to content

Commit d16218a

Browse files
committed
DWE-4580 sample build cmd updated
cmd didn't run, so modified it
1 parent 56ce1c5 commit d16218a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Build
2424
1. Run `sudo ./clean.sh` for good measure, and after each build.
2525
2. You will need a separate build run for every API Level/architecture combination you wish to run on:
2626
<br>Here are a couple of examples to build a static version of the library with docker.
27-
* Build 64 bit `sudo docker run --rm -it -v $(pwd):/python3-android -v /mnt/c/SPE/android-ndk-r28 --env ARCH=ARM64 --env ANDROID_API=30 --env ANDROID_NDK=/android-ndk-r28 python:3.13.0-slim /python3-android/docker-build.sh --enable-shared --without-ensurepip --disable-ipv6 --with-build-python`
27+
* Build 64 bit `sudo docker run --rm -it -v $(pwd):/python3-android -v /mnt/c/SPE/android-ndk-r28 --env ARCH=arm64 --env ANDROID_API=30 --env ANDROID_NDK=/android-ndk-r28 python:3.13.0-slim /python3-android/docker-build.sh --enable-shared --without-ensurepip --disable-ipv6 --with-build-python`
2828
* Build x86_64 `sudo docker run --rm -it -v $(pwd):/python3-android -v /mnt/c/SPE/android-ndk-r28 --env ARCH=x86_64 --env ANDROID_API=30 --env ANDROID_NDK=/android-ndk-r28 python:3.13.0-slim /python3-android/docker-build.sh --enable-shared --without-ensurepip --disable-ipv6 --with-build-python`
2929

3030

0 commit comments

Comments
 (0)