Skip to content

Commit ddb0bd0

Browse files
committed
Updated for release 3.1.0
1 parent 64cadeb commit ddb0bd0

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,21 @@ Technical Support | Peer support at [Groups.io](https://groups.io/g/maxprogram
4444

4545
## Related Projects
4646

47-
- [OpenXLIFF Filters](https://github.com/rmraya/OpenXLIFF)
47+
- [XMLJava](https://github.com/rmraya/XMLJava)
48+
- [BCP47J](https://github.com/rmraya/BCP47J)
4849
- [TMXValidator](https://github.com/rmraya/TMXValidator)
4950

5051
## Requirements
5152

52-
- JDK 17 or newer is required for compiling and building. Get it from [Adoptium](https://adoptium.net/).
53-
- Apache Ant 1.10.10 or newer. Get it from [https://ant.apache.org/](https://ant.apache.org/)
54-
- Node.js 16.13.0 LTS or newer. Get it from [https://nodejs.org/](https://nodejs.org/)
55-
- TypeScript 4.8.4. get it from [https://www.typescriptlang.org/](https://www.typescriptlang.org/)
53+
- JDK 21 or newer is required for compiling and building. Get it from [Adoptium](https://adoptium.net/).
54+
- Apache Ant 1.10.14 or newer. Get it from [https://ant.apache.org/](https://ant.apache.org/)
55+
- Node.js 20.11.0 LTS or newer. Get it from [https://nodejs.org/](https://nodejs.org/)
56+
- TypeScript 5.4.3. get it from [https://www.typescriptlang.org/](https://www.typescriptlang.org/)
5657

5758
## Building
5859

5960
- Checkout this repository.
60-
- Point your `JAVA_HOME` environment variable to JDK 17
61+
- Point your `JAVA_HOME` environment variable to JDK 21
6162
- Run `ant` to compile the Java code
6263
- Run `npm install` to download and install NodeJS dependencies
6364
- Run `npm start` to launch TMXEditor

0 commit comments

Comments
 (0)