Skip to content

Commit b8f1ea4

Browse files
committed
Readme and build.xml update.
1 parent 6892670 commit b8f1ea4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ MyLibreLab docs (also useful here) : [MyLibreLab Docs](https://mylibrelab.github
1313
# Objective
1414
Unfortunately both MyOpenLab and MyLibreLab projects got discontinued. However, the orignal software from [here](https://myopenlab.org) is still usable, but requires Java 8. This repository tries to provide a version of MyOpenLab that runs with the latest java (for now, this is Java 17). Also, I have added a couple of changes, which are described in the Changelog.
1515

16+
# Building
17+
Dependencies :
18+
Rhino and Rhino JSR-223 javascript engine
19+
JSON libarary
20+
JSSC
21+
JAXB libarary
22+
Old java swing GroupLayout jar.
23+
24+
Dependencies are already included in distribution/myopenlab_lib.
25+
26+
To build you will need Java JDK and Apache ANT installed. Run `ant` in this directory. The output will be the `myopenlab.jar` java archive in the `distribution` directory.
27+
1628
# License
1729
Software is available under GNU GPL v3 license. See [here](https://www.gnu.org/licenses/gpl-3.0.html).
1830

distribution/myopenlab.jar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)