Skip to content

Commit 231ebf2

Browse files
committed
Revise requirements and build instructions
1 parent 11b7b39 commit 231ebf2

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,19 @@ This project is based on [facebook/android-jsc](https://github.com/facebook/andr
88

99
## Requirements
1010

11+
You can try the provided Docker image.
12+
To use it prefix each command with `docker run -vLOCAL_WORKDIR_PATH:/bitrise/src --rm swmansion/jsc-android-buildscripts`.
13+
1114
## Build instructions
1215

13-
1. ./fetch_sources.sh
14-
2. ./icu-prep.sh
15-
3. JSC_ARCH=arm ./toolchain.sh
16-
4. JSC_ARCH=arm ./icu.sh
17-
5. ./jsc-prep.sh
18-
6. JSC_ARCH=arm ./jsc.sh
16+
1. `git clone https://github.com/SoftwareMansion/jsc-android-buildscripts.git .`
17+
2. `./fetch_sources.sh`
18+
3. `./icu-prep.sh`
19+
4. `./jsc-prep.sh`
20+
5. `./all.sh`
21+
6. `./gradlew installArchives` (add `-w /bitrise/src/lib` to `docker run` args)
22+
23+
The maven repo containing android-jsc aar will be available at `LOCAL_WORKDIR_PATH/lib/android`.
1924

2025
## Distribution
2126

0 commit comments

Comments
 (0)