CVSROOT:        /cvsroot/lilypond
Module name:    installers
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/10/11 10:56:32

Modified files:
        windows        : ChangeLog README update-version.sh 

Log message:
        * README: add fontconfig issue.
        
        * update-version.sh: new file.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/ChangeLog.diff?tr1=1.43&tr2=1.44&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/README.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/update-version.sh.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: installers/windows/ChangeLog
diff -u installers/windows/ChangeLog:1.43 installers/windows/ChangeLog:1.44
--- installers/windows/ChangeLog:1.43   Tue Oct 11 09:58:58 2005
+++ installers/windows/ChangeLog        Tue Oct 11 10:56:30 2005
@@ -1,5 +1,7 @@
 2005-10-11  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * README: add fontconfig issue.
+
        * GNUmakefile: remove ifdef(ugh) section.
 
        * update-version.sh: new file.
Index: installers/windows/README
diff -u installers/windows/README:1.8 installers/windows/README:1.9
--- installers/windows/README:1.8       Tue Oct 11 09:58:58 2005
+++ installers/windows/README   Tue Oct 11 10:56:31 2005
@@ -13,6 +13,12 @@
 
 to fetch binaries, setup ./mingw cross build root
 
+ISSUES
+
+       * fontconfig, edit-sgml:
+
+       cd mingw/build/fontconfig-2.3.2-1/doc && make CPPFLAGS=""
+
 
 UPGRADING
 
@@ -21,18 +27,19 @@
        update-version.sh
 
 
-
-
-PREREQUISITES
+PREPARATION
 
 * edit local.make, containing the CVS dir to build for.
 
-       LILYPOND_SRCDIR=${HOME}/vc/savannah/lily/lilypond
+       echo 'LILYPOND_SRCDIR=${HOME}/vc/savannah/lily/lilypond' > local.make
+       make realclean
+       make upset
 
-(This file is sourced by both Make and SH. Note the absence of spaces
-and the ${} )
+
+PREREQUISITES
 
 * mingw cross development suite (binutils, crosscompiler, runtime)
+
 * nsis installer (nsis.sf.net)
 
 Debian
@@ -92,14 +99,3 @@
 
 
 
-
-UPGRADING
-
-To compile newer lilypond release
-
-       rm ~/.min-apt .min-apt
-       make upset
-       rm -rf mingw/uploads/lilypond     # remove cached build results
-       rm -rf src/lilypond*              # remove old source packages 
-       tar -C src ~/lily/out/lilypond-X.tar.gz
-       mv src/lilypond-X src/lilypond-X-1
Index: installers/windows/update-version.sh
diff -u installers/windows/update-version.sh:1.1 
installers/windows/update-version.sh:1.2
--- installers/windows/update-version.sh:1.1    Tue Oct 11 09:58:58 2005
+++ installers/windows/update-version.sh        Tue Oct 11 10:56:31 2005
@@ -8,8 +8,7 @@
 . local.make
 . $LILYPOND_SRCDIR/VERSION
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$PATCH_LEVEL"
-
-rm $HOME/.min-apt .min-apt
+make realclean
 rm mingw/src/.lilypond*
 rm -rf mingw/uploads/lilypond
 rm -rf src/lilypond*


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to