We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f52c15 commit 2d4d220Copy full SHA for 2d4d220
README.md
@@ -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
+# JSC Android buildscripts
+
+## How to compile?
+1. `docker build . -tjscBuild`
+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