]> git.donarmstrong.com Git - lilypond.git/blob - INSTALL
partial: 0.0.42.jcn
[lilypond.git] / INSTALL
1 IMPORTANT:
2
3     if you have downloaded a
4
5             *.pre*
6
7     version, then this is version is *not* meant for producing nice output
8     (but to keep your patchsets up to date).  It might not even compile.
9
10
11 INSTALL:
12
13     to make LilyPond, simply type:
14
15             sh configure
16             make           
17             
18     assuming you have the gnu development tools, and your make is gnu make, 
19     else try something like:
20     
21             MAKE=gmake configure
22             MAKE=gmake gmake
23
24     \begin{masochist}
25     Windows NT:
26
27     you need the cygnus win32 gnu port development stuff; have a look
28     at http://www.cygnus.com/gnu-win32.
29
30     to make LilyPond under, brr, aargh, well, simply type:
31
32             bash configure
33             make win32
34     \end{masochist}
35
36
37 SUPPORT
38
39     LilyPond (pl 0.0.39) is known to compile on the following platforms:
40
41         * linux 2.0.28, g++ 2.7.2[.1]
42         * aix 4.1, g++ 2.7.2
43         * windows-nt 4.0, cygnus gnu-win32 beta17.1 (~=g++ 2.7.2)
44         * linux 2.0.28 X to doze, gcc-go32 (~=g++ 2.7.2), but segfaults 
45           in 16 bit subsystem %-/
46
47 Have fun!
48
49     hanwen@stack.nl
50     jan@digicash.com
51