Mercurial Hosting > junotu
diff README.md @ 39:27f2a22399d1
README: Removed sentence mentioning 'run scripts'
author | Fox |
---|---|
date | Thu, 20 Oct 2022 17:19:05 +0200 |
parents | 8cc09761cf18 |
children | 0d4e996a5d99 |
line wrap: on
line diff
--- a/README.md Thu Oct 20 17:14:27 2022 +0200 +++ b/README.md Thu Oct 20 17:19:05 2022 +0200 @@ -38,7 +38,7 @@ ## Compiling / Packaging -Scripts have the extension 'gui_sh' for my convenience, but they're just regular shell scripts. Use 'run.gui_sh' to run the program for development, and 'package.gui_sh' to compile it into a JAR and package everything into a TAR archive. The resulting program should be able to run on any operating system with Java available. Currently run scripts are provided for Linux and Windows. +Scripts have the extension 'gui_sh' for my convenience, but they're just regular shell scripts. Use 'run.gui_sh' to run the program for development, and 'package.gui_sh' to compile it into a JAR and package everything into a TAR archive. The resulting program should be able to run on any operating system with Java available. To run from source and package, you need: - Java runtime and Java compiler.