]> git.donarmstrong.com Git - lilypond.git/blob - cygwin/README.in
*** empty log message ***
[lilypond.git] / cygwin / README.in
1 LilyPond
2 ------------------------------------------
3 LilyPond - The GNU music typesetter.
4
5 For more information, tutorial, documentation, packaging instructions, visit:
6   http://lilypond.org
7
8 Runtime requirements:
9   cygwin-1.5.2 or newer
10   libguile12-1.6.4-12 or newer
11   bash
12   ghostscript
13   libiconv2
14   libintl2
15   libkpathsea3-2.0.2-12 or newer
16   python
17   tetex-bin-2.0.2-12 or newer
18   tetex-tiny or tetex-base
19
20 Suggested:
21   XFree86-serv
22   emacs or vim
23   ghostscript-x11
24   rxvt
25   tetex-x11
26   gv
27
28 Build requirements:
29   cygwin-1.5.2 or newer
30   binutils-20011102 or newer
31   gcc-2.95.3-5 or newer
32   bison-1.35 or newer
33   guile-devel-1.6.4-11 or newer
34   fileutils
35   flex-2.5.4 or newer
36   libguile12-1.6.4-12 or newer
37   libkpathsea3-2.0.2-12 or newer
38   python-2.2 or newer
39   sed-3.02 or newer
40   sh-utils
41   tetex-devel-2.0.2-12 or newer
42   texinfo-4.2 or newer
43
44 Website/documentation build requirements (lilypond-doc package):
45   tetex-bin
46   tetex-tiny or tetex-base
47   ghostscript or ghostscript-x11
48
49   mftrace, http://www.cs.uu.nl/people/hanwen/mftrace
50   autotrace, http://autotrace.sourceforge.net
51   netpbm, http://netpbm.sourceforge.net
52   t1utils, http://www.lcdf.org/~eddietwo/type/
53
54 Recommended website/documentation build requirements:
55   pfaedit 020215 or newer, http://pfaedit.sourceforge.net
56
57 Canonical homepage:
58   http://www.lilypond.org/development
59
60 Canonical download:
61   ftp://ftp.lilypond.org/pub/LilyPond
62   
63 ------------------------------------
64
65 Build instructions:
66
67   # Unpack lilypond-@TOPLEVEL_VERSION@-1-src.tar.bz2 in /usr/src
68
69     cd /usr/src
70     tar xjf lilypond-@TOPLEVEL_VERSION@-1-src.tar.bz2
71     # (or, if you use setup to install this src package, it will be
72     #  unpacked under /usr/src automatically)
73
74   # Get mknetrel from:
75      cvs -d:pserver:anoncvs@sources.redhat.com:/cvs/cygwin-apps co mknetrel
76
77   # Copy the extra mknetrel script for LilyPond to mknetrel:
78      cp lilypond-@TOPLEVEL_VERSION@-1/cygwin/mknetrel mknetrel/extra/lilypond
79
80   # Build the package:
81
82      ./mknetrel/bin/mknetrel lilypond
83
84 This will create:
85   /usr/src/uploads/lilypond-@TOPLEVEL_VERSION@-1-src.tar.bz2
86   /usr/src/uploads/lilypond-@TOPLEVEL_VERSION@-1.tar.bz2
87   /usr/src/uploads/lilypond-doc/lilypond-doc-@TOPLEVEL_VERSION@-1.tar.bz2
88
89 ------------------
90
91 Port notes:
92
93   These packages were built on GNU/Linux using mknetrel.
94
95   Jan Nieuwenhuizen
96   janneke@gnu.org
97
98 Cygwin port maintained by: Jan Nieuwenhuizen  <janneke@gnu.org> 
99
100 ------------------
101
102 Please send questions or comments on the LilyPond Cygwin package or
103 installation to the Cygwin mailing list at: cygwin@cygwin.com.
104 However, if you're having problems related to LilyPond, please write
105 to lilypond-user@gnu.org.  Please do not email the authors directly.