Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Fix indention
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnjo authored Mar 11, 2020
1 parent bfbe9df commit 929dd00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ This works from tarballs, so either get an official one from https://lilypond.or
Then start the build with `LILYPOND_TAR=/path/to/lilypond.tar.gz ./scripts/build_lilypond.sh`.

4. Running `./scripts/package_tar.sh` produces two archives with the compiled binaries:
* `lilypond-$os-$arch.tar.gz` is a minimal version with only LilyPond and required files.
* `lilypond-$os-$arch-full.tar.gz` additionally contains the interpreter for Python and Guile and wrappers to start the various scripts with them.
* `lilypond-$os-$arch.tar.gz` is a minimal version with only LilyPond and required files.
* `lilypond-$os-$arch-full.tar.gz` additionally contains the interpreter for Python and Guile and wrappers to start the various scripts with them.

Please note that the first two steps from above are actually independent of LilyPond.
This means you can keep the result around, reducing the time for rebuilds for another tarball of LilyPond.
Expand Down

0 comments on commit 929dd00

Please sign in to comment.