[ << Compiling ] | [Top][Contents] | [ Documentation work >> ] |
[ < Fedora ] | [ Up : Requirements for compiling LilyPond ] | [ OpenSUSE > ] |
Linux Mint
The following instructions were tested on ‘Linux Mint 17.1’ and ‘LMDE - Betsy’ and will download all the software required to both compile LilyPond and build the documentation..
- Enable the sources repository;
- Using the Software Sources GUI (located under Administration).
- Select Official Repositories.
- Check the Enable source code repositories box under the Source Code section.
- Click the Update the cache button and when it has completed, close the Software Sources GUI.
- Download and install all the LilyPond build-dependencies (approximately
200MB);
sudo apt-get build-dep lilypond
- Download and install additional ‘build’ tools required for compiling;
sudo apt-get install autoconf fonts-texgyre texlive-lang-cyrillic
- Although not ‘required’ to compile LilyPond, if you intend to
contribute to LilyPond (codebase or help improve the documentation) then
it is recommended that you also need to install
git
.sudo apt-get install git
Also see Working with source code.
Note: By default, when building LilyPond’s documentation,
pdfTeX is used. However ligatures (fi, fl, ff, etc.) may not
be printed in the PDF output. In this case XeTeX can be used instead.
Download and install the texlive-xetex
package.
sudo apt-get install texlive-xetex
The scripts used to build the LilyPond documentation will use XeTeX instead of pdfTeX to generate the PDF documents if it is available. No additional configuration is required.
[ << Compiling ] | [Top][Contents] | [ Documentation work >> ] |
[ < Fedora ] | [ Up : Requirements for compiling LilyPond ] | [ OpenSUSE > ] |