Is there a difference between MacTex 2012 and TexLive 2012? On the Gregorio installation page, it said to install either MacTex or TexLive. I installed MacTex.
On 16 Jun 13, at 16:29, [email protected] wrote: > Just to be clear: > > 1) You already have TexLive 2012 > > 2) Get Xcode from the Apple Mac App Store (free) > > 3) Once downloaded, open Xcode. It will first want to install a device > manager, so install it. > > 4) Under Preferences, click on Downloads and install the Command Line Tools. > > 5) Download and install MacPorts. > > 6) Once installed, in the terminal so a sudo port selfupdate to get the > latest sources packages > > 7) When that is done, do a sudo port install autoconf > > 8) Lets make a place to put the gregorio files. ~/Documents/gregorio is good, > feel free to rename > > mkdir -p ~/Documents/gregorio > > cd ~/Documents/gregorio > > 9) Now get the gregorio source: > > svn co svn://svn.gna.org/svn/gregorio/trunk > > 10) cd into trunk > > 11) Execute the following in the trunk directory: > > autoreconf -f -i > ./configure CFLAGS='-I/opt/local/include' CPPFLAGS='-I/opt/local/include' > LDFLAGS='-L/opt/local/lib' > make > sudo make install > cd fonts > sudo make install > > The last command should run texhash, so you should't need to run it a second > time. > > You should be good to go. In the future, all you need to do to update to the > latest gregorio is: > > cd ~/Documents/gregorio/trunk > svn up > > And then repeat step 11. > > On Jun 16, 2013, at 4:11 PM, Fr. Augustine Tran <[email protected]> wrote: > >> Can we try installing the SVN using Method #1? I am installing Xcode and >> MacPorts right now. > > --------------------------------------------------------------------- > Michael Martin > [email protected] > Thesaurus Precum Latinarum > http://www.preces-latinae.org > ---------------------------------------------------------------------- > > > > > > _______________________________________________ Gregorio-users mailing list [email protected] https://mail.gna.org/listinfo/gregorio-users

