comparison 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
comparison
equal deleted inserted replaced
38:2fab4ac14aaf 39:27f2a22399d1
36 36
37 Not sure how well Lucene, and the way I use it, guards against corruption. So I recommend making backups of the `Database` folder from time to time. 37 Not sure how well Lucene, and the way I use it, guards against corruption. So I recommend making backups of the `Database` folder from time to time.
38 38
39 ## Compiling / Packaging 39 ## Compiling / Packaging
40 40
41 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. 41 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.
42 42
43 To run from source and package, you need: 43 To run from source and package, you need:
44 - Java runtime and Java compiler. 44 - Java runtime and Java compiler.
45 - 'tar' command. 45 - 'tar' command.
46 46