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