Skip to content

Commit 2d4d220

Browse files
committed
Improved readme
1 parent 3f52c15 commit 2d4d220

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
@@ -1,6 +1,11 @@
1-
1. ./fetch_sources.sh
2-
2. ./icu-prep.sh
3-
3. JSC_ARCH=arm ./toolchain.sh
4-
4. JSC_ARCH=arm ./icu.sh
5-
5. ./jsc-prep.sh
6-
6. JSC_ARCH=arm ./jsc.sh
1+
# JSC Android buildscripts
2+
3+
## How to compile?
4+
5+
1. `docker build . -tjscBuild`
6+
2. `clone the repo in the container`
7+
2. `./fetch_sources.sh`
8+
3. `./icu-prep.sh`
9+
4. `./jsc-prep.sh`
10+
5. `./all.sh`
11+
6. `cd lib && ./gradlew installArchives`

0 commit comments

Comments
 (0)