]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/README.yo
release: 1.0.3
[lilypond.git] / Documentation / topdocs / README.yo
1 COMMENT(-*-Text-*-)
2 DEFINEMACRO(Package)(0)(LilyPond) DEFINEMACRO(package)(0)(lilypond)
3 COMMENT(    ^^^^     Slaat dit ergens op?)
4
5
6 redef(XXsetchapternum)(0)()
7
8 This is the toplevel README to Package()
9
10 includefile(../BLURB.in)
11
12 sect(VERSIONING)
13
14 if you have downloaded a
15
16         *.pre*
17
18 version, then this is version is *not* meant for producing nice output
19 (but to keep your patchsets up to date).  It might not even compile.
20
21
22 sect(REQUIREMENTS)
23
24 For the compilation and running of Package() you need some additional
25 packages.  Please refer to the installation instructions.
26
27 NOTE: If you downloaded a binary (.rpm or a W95/NT .zip file), then
28 you don't have to compile Package().
29
30
31 sect(INSTALLATION)
32
33 For your convenience, a formatted copy of the INSTALL instructions are
34 in the toplevel directory, as INSTALL.txt
35
36 The process is fairly straightforward, but chances are that you have
37 to specify directories for TeX() to code(configure): this is done with
38 the options code(--enable-tex-dir) and code(--enable-mf-dir)
39
40
41 sect(DOCUMENTATION)
42
43 The real documentation is the directory Documentation/
44
45 To generate the pretty-printed docs, you have to run code(configure) first,
46 and then do this:
47
48         make doc
49
50 You can also simply read the .yo sources.  They are ASCII text.
51 The complete documentation is accessible in formatted form at the 
52 website lurl(http://www.cs.uu.nl/people/hanwen/lilypond/index.html)
53
54
55 sect(COMMENTS)
56
57 Package() is a long way from finished and polished.  We do appreciate
58 criticism, comments, bugreports, patches, etc.
59
60            Please send your e-mail to one of the MAILING LISTS
61
62 and not to us personally.  See file(Documentation/links.yo) for more info.
63
64
65 sect(DOZE)
66
67 If you have received this file as part of a DOS/Window32 distribution
68 (package()-*.zip), then it is advisable to also download the source
69 package, since it might contain more documentation
70 lurl(ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/)
71
72 If you decide to build Package() from source, please read the INSTALL.txt
73 document first, especially the Windows NT/95 section.
74
75
76 sect(CAVEATS)
77
78 * Please read the file BUGS for some ugly bugs.  This especially applies
79 Linux-Intel unix users.
80
81 * If you have installed a previous version, be sure to remove old font
82 files, eg
83 verb(rm `find /var/lib/texmf/fonts -name 'feta*'`)
84
85 a script to do this for you is in file(bin/cleanfonts.sh)
86
87
88 sect(CDROM DISTRIBUTIONS)
89
90 If you have received Package() on a cdrom, chances are that development
91 has moved a some patchlevels up.  If possible, please check the latest 
92 version of Package() before reporting bugs.
93