]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/bin/zet-step.sh
release: 1.2.12
[lilypond.git] / stepmake / bin / zet-step.sh
1 #!/bin/sh
2 # zet-step.sh --- configure StepMake sourcetree
3 # nice in first character unique name
4 #
5 export PACKAGE_NAME=StepMake
6 prefix=$HOME/usr
7 #
8 #
9 . ./stepmake/bin/package-zet.sh
10 #
11 # The package root dir looks like this:
12 #
13 # <SEE INSTALL.txt>
14 #
15 # ln -sf $STEPMAKEL_SOURCEDIR/src/stepmake/out/step $prefix/bin/step
16
17 ./configure --prefix=$prefix
18