add readme

This commit is contained in:
i21023 2024-05-13 23:37:03 +02:00
parent 456f982692
commit 373a007129

View File

@ -1,2 +1,18 @@
# JavaTXCompilerInJavaTXNoMaven
To compile all files use the bash script inside the root folder. You can call it with
```
./compile.sh
```
on Linux and Mac.
To remove all compile files, use
```
./compile.sh clean
```
To run all junit tests on the files, use
```
./test.sh
```