From 9c2af5dcd2d2c8754e4c74e02141822c0964a5a8 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Thu, 13 Feb 2020 16:30:38 +0100 Subject: moved utility scripts to their dedicated folder --- scripts/readme.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 scripts/readme.md (limited to 'scripts/readme.md') diff --git a/scripts/readme.md b/scripts/readme.md new file mode 100644 index 0000000..9bb97ec --- /dev/null +++ b/scripts/readme.md @@ -0,0 +1,24 @@ +# ldgallery scripts + +Some utilities. +Prefix the filename of your custom script with "local_", they are git-ignored. + +## Build + +### win_build.cmd + +Build the compiler. See {../compiler/readme.md} + +### win_help.cmd + +Shows the compiler's command line help. + +### win_compile_example.cmd + +Compile the example gallery, for demonstration purposes. See {../example/readme.md} + +### win_generate_yaml_files.cmd + +Generates template YAML files for your gallery. +Copy this CMD to your pictures folder. + -- cgit v1.2.3