summaryrefslogtreecommitdiff
path: root/app/xlockmore/etc/genlauncher/README.gui
diff options
context:
space:
mode:
Diffstat (limited to 'app/xlockmore/etc/genlauncher/README.gui')
-rw-r--r--app/xlockmore/etc/genlauncher/README.gui18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/xlockmore/etc/genlauncher/README.gui b/app/xlockmore/etc/genlauncher/README.gui
new file mode 100644
index 000000000..9b0cac423
--- /dev/null
+++ b/app/xlockmore/etc/genlauncher/README.gui
@@ -0,0 +1,18 @@
+This is a facility for the maintainer to populate
+the launchers with all the modes.
+
+Written by Charles Vidal <cvidal@ivsweb.com>
+
+README This file
+lmode.h The modes
+genbuild.pl
+xlockgen.lex
+
+To compile xlockgen.lex
+lex xlockgen.lex
+# Lex
+gcc lex.yy.c -o xlockgen -ll
+# Flex
+gcc lex.yy.c -o xlockgen -lfl
+
+Then run genbuild.pl in the genlauncher directory