Skip to content

Commit 97819b4

Browse files
committed
[readme] fix newline, add KO leJOS
1 parent ea23db9 commit 97819b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ otherwise the build would get discarded. The final build needs at least 6.5 GB o
3232
sudo docker run --rm -it -v $BUILD_DIRECTORY:/build ev3dev-lang-java:jdk-build
3333
```
3434
Please change the `$BUILD_DIRECTORY` to a valid path.
35+
3536
5. Select the OpenJDK version you want to cross-compile (select only one):
3637
```
3738
export JDKVER=9 # OpenJDK 9 with ARM32 JIT
@@ -69,9 +70,16 @@ otherwise the build would get discarded. The final build needs at least 6.5 GB o
6970
sudo docker run --rm -it -v $BUILD_DIRECTORY:/build -e JDKVER='X' ev3dev-lang-java:jdk-autobuild
7071
```
7172
`X` can be one of `9`, `9zero`, `10` and `10zero`. Please change the `$BUILD_DIRECTORY` to a valid path.
73+
7274
5. If the build was successful, JDK packages were created in `$BUILD_DIRECTORY/jri-ev3.tar.gz`, `$BUILD_DIRECTORY/jdk-ev3.tar.gz` and `$BUILD_DIRECTORY/jmods.tar.gz`.
7375

7476

7577
## ~~JShell on the EV3~~
7678

7779
No longer supported. JShell backend on the EV3 is a huge overkill.
80+
81+
82+
## ~~OpenJDK for leJOS~~
83+
84+
LeJOS has probably reached its EOL. It is not a priority anymore to support it.
85+
[linux-devkit](https://github.com/mindboards/ev3sources/tree/master/extra/linux-devkit) + CodeSourcery GCC could be used for cross-compilation of it.

0 commit comments

Comments
 (0)