summaryrefslogtreecommitdiff
path: root/contrib/glilypond/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/glilypond/README.txt')
-rw-r--r--contrib/glilypond/README.txt39
1 files changed, 39 insertions, 0 deletions
diff --git a/contrib/glilypond/README.txt b/contrib/glilypond/README.txt
new file mode 100644
index 00000000..148dc139
--- /dev/null
+++ b/contrib/glilypond/README.txt
@@ -0,0 +1,39 @@
+ Copyright (C) 2013
+ Free Software Foundation, Inc.
+
+ Written by Bernd Warken <groff-bernd.warken-72@web.de>
+
+ Last update: 24 Apr 2013
+
+ Copying and distribution of this file, with or without modification,
+ are permitted in any medium without royalty provided the copyright
+ notice and this notice are preserved.
+
+ This file is part of `glilypond', which is part of `groff'.
+
+
+########################################################################
+
+In order to run `glilypond', your system must have installed Perl of at
+least version `v5.6'.
+
+
+########################################################################
+
+In order to have this program installed by `make', the creation of a
+libdir (library directory) must be programmed in some system files.
+The following actions must be taken:
+
+1) <groff_src_dir>/m4/groff.m4:
+Add `AC_DEFUN([GROFF_GROFFERDIR_DEFAULT])'.
+
+2) <groff_src_dir>/configure.ac:
+Add `GROFF_GROFFERDIR_DEFAULT'.
+
+3) <groff_src_dir>/Makefile.in:
+Add several informations of `glilypond_dir'
+
+With that, the program `autoconf' can be run in order to update the
+configure files and Makefile's.
+
+Now `$glilypond_dir' can be used as libdir.