Created
December 18, 2011 06:14
-
-
Save ntmoe/1492539 to your computer and use it in GitHub Desktop.
Example of truncated terminal output problem from gregorio formula install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install --HEAD gregorio | |
==> Installing gregorio | |
==> Checking out svn://svn.gna.org/svn/gregorio/trunk | |
==> autoreconf -f -i | |
==> ./configure --prefix=/usr/local/Cellar/gregorio/HEAD | |
==> make | |
==> make install | |
==> Your sudo password is required to copy fonts | |
and style files to your TeX ins | |
==> cd fonts && sudo ./install.py | |
Password: | |
==> updmap | |
==> Caveats | |
You will need to run | |
$ updmap | |
as each user that will use GregorioTeX. It has already been | |
run for the current user. | |
Fonts and style files have been copied | |
to $TEXMFLOCAL/tex/gregoriotex. | |
==> Summary | |
/usr/local/Cellar/gregorio/HEAD: 25 files, 992K, built in 74 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment