Initial revision of the About dialog.
[lilypad-windows.git] / README
blobe73863c9ff85fd8053f9d5229d7eca652ac37e7a
1 This is a simple text editing application, called LilyPad, that is
2 shipped with the LilyPond Windows installers.  It is written in C
3 using the Windows API, and is a "fork" of the Wine Notepad,
4 extracted from Wine's CVS repo on 2005-05-15.
6 Follow these steps to build LilyPad from this repo:
8 * Run
10     ./autogen.sh
12 * Create a tarball of the source (FIXME: need a `dist' target)
14 * Modify the LilyPad GUB (http://lilypond.org/gub) spec to
15 prepare for cross compilation.  The spec is currently located in
16 gub/specs/lilypad.py.  For example, assign the path of the tarball
17 to the source variable:
19     source = 'file:///home/user/lilypad-0.0.something.tar.bz2'
21 * Build (and install) LilyPad:
23     bin/gub mingw::lilypad
25 * You'll find LilyPad here:
27     $ ls target/mingw/root/usr/bin | grep lilypad
28     lilypad-ascii.exe
29     lilypad.exe