Skip to content

Commit a32ba74

Browse files
committed
docs: add execution instructions for Android build script
1 parent 3f44c2f commit a32ba74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@ scripts in `scripts/`.
4040
```bash
4141
./scripts/generate_bindings.sh --target android
4242
```
43-
3. Stage the artifacts for inclusion in a Flutter project:
43+
3. Stage the artifacts for inclusion in a Flutter project (make script executable or run with `bash`):
4444
```bash
45+
chmod +x scripts/build-android.sh
4546
./scripts/build-android.sh
47+
# or
48+
bash ./scripts/build-android.sh
4649
```
4750
Output libraries are copied to `android/libs/<abi>/libbdkffi.so`.
4851

0 commit comments

Comments
 (0)