logo

deblob

remove binary executables from a directory git clone https://hacktivis.me/git/deblob.git
commit: f8d362849d0be824487c4da45922d395342cdd57
parent 2ed0fe01d068fd00cb8d2a90206352764cb252da
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  7 Oct 2022 06:28:26 +0200

README: JDK 1.5+ note

Diffstat:

MREADME.md3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -18,11 +18,14 @@ Those are only needed during development. - [black](https://pypi.org/project/black/) for re-formatting python files ### rebuilding fixtures +Note: This part is entirely optionnal and reproducibility of those binaries isn't guaranteed. + Dependencies: - C Sharp Compiler, default one is `msc` from [Mono](https://mono-project.com) - `luac5.3` from Lua 5.3 - `luac5.4` from Lua 5.4 - wasm assembler, default one is `wat2wasm` from [wabt](https://github.com/WebAssembly/wabt) +- Java Development Kit, defaults to `javac`. Any version should work, including early bootstrap with jamvm 1.5+ Rebuilding: ```