]> git.donarmstrong.com Git - lilypond.git/commitdiff
updated instructions for running gnome backend
authorNicolas Sceaux <nicolas.sceaux@free.fr>
Thu, 1 Jul 2004 12:10:35 +0000 (12:10 +0000)
committerNicolas Sceaux <nicolas.sceaux@free.fr>
Thu, 1 Jul 2004 12:10:35 +0000 (12:10 +0000)
ChangeLog
scm/output-gnome.scm

index 2e6857f1abff0dfbf1ba21db389e8f1fd0e634f8..74a51bc225b6845705a7082bbcbff0f0f9e19f3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * scm/output-gnome.scm: updated instructions for running gnome
+       backend
+
 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
 
        * scm/fret-diagrams.scm (draw-dots): default values for dot size
index 2f113d87a2eb9dcb3eb70bb0e1326c44158e734e..714d7372ea65e71637c84f183da880361a44ab2f 100644 (file)
 
 ;;; Try it
 ;;;
-;;;   * Install gnome/gtk development stuff
+;;;   * Get cvs and tla
 ;;;
-;;;   * Install g-wrap and guile-gnome, see buildscripts/guile-gnome.sh
+;;;   * Install gnome/gtk and libffi development stuff
+;;;
+;;;   * Install pango, g-wrap and guile-gnome from CVS or arch: 
+;;;     see buildscripts/guile-gnome.sh
 ;;;  
+;;;   * Build LilyPond with gui support: configure --enable-gui
+;;;
+;;;   * Supposing that LilyPond was built in ~/cvs/lilypond, tell X about
+;;;     feta fonts:
+"
+ln -s ~/cvs/lilypond/mf/out ~/.fonts
+mkfontdir ~/.fonts
+xset +fp ~/.fonts
+"
+;;;
 ;;;   * Setup environment
 "
-export GUILE_LOAD_PATH=$HOME/usr/pkg/g-wrap/share/guile/site:$HOME/usr/pkg/g-wrap/share/guile/site/g-wrap:$HOME/usr/pkg/guile-gnome/share/guile
-export LD_LIBRARY_PATH=$HOME/usr/pkg/g-wrap/lib:$HOME/usr/pkg/guile-gnome/lib
+export GUILE_LOAD_PATH=$HOME/usr/pkg/g-wrap/share/guile/site:$HOME/usr/pkg/g-wrap/share/guile/site/g-wrap:$HOME/usr/pkg/guile-gnome/share/guile:$GUILE_LOAD_PATH
+export LD_LIBRARY_PATH=$HOME/usr/pkg/pango/lib:$HOME/usr/pkg/g-wrap/lib:$HOME/usr/pkg/guile-gnome/lib:$LD_LIBRARY_PATH
 export XEDITOR='/usr/bin/emacsclient --no-wait +%l:%c %f'
 "
 ;;;  * Also for GNOME point-and-click, you need to set XEDITOR and add
 "
 #(ly:set-point-and-click 'line-column)
 "
-;;;    to your .ly; then click an object on the canvas.
+;;;    to your .ly.
 ;;;
 ;;;  * Run lily:
 "
 lilypond-bin -fgnome input/simple-song.ly
 "
-
+;;; point-and-click: (mouse-1) click on a graphical object;
+;;; grob-property-list: (mouse-3) click on a graphical object.
 
 (debug-enable 'backtrace)