I finally got around to figuring out how to install Gregorio (svn) for
my user and not system-wide under Linux since I prefer to limit
system-wide installs to my package manager.  For anyone who cares to do
this (or needs to do this on a multiuser system without root access),
the instructions are as follows:

(This is taken from http://home.gna.org/gregorio/installation-linux)

$ svn co svn://svn.gna.org/svn/gregorio/trunk
$ cd trunk
$ autoreconf -f -i
$ ./configure --prefix=$HOME/gregorio
$ make
$ make install
$ cd fonts

At this point, edit Makefile and change the line

  TEXMFROOT = `kpsewhich -var-value TEXMFLOCAL`

to

  TEXMFROOT = `kpsewhich -var-value TEXMFHOME`

Next, continue at the command line:

$ make install
$ texhash `kpsewhich -var-value TEXMFHOME`

Note that unlike the instructions on gna.org, the "make install" steps
don't require me to be root.  Also, the "make install" from the fonts
directory will show error messages that certain directories cannot be
written.  This is expected since it is not being run as root and can be
ignored.

Then you can run gregorio from $HOME/gregorio/bin/gregorio (i.e.,
through an alias or whatever).

Regards,
Henry

_______________________________________________
Gregorio-users mailing list
Gregorio-users@gna.org
https://mail.gna.org/listinfo/gregorio-users

Reply via email to