chaosmonk b3de0fa579 initial commit | il y a 6 ans | |
---|---|---|
examples | il y a 6 ans | |
include | il y a 6 ans | |
output | il y a 6 ans | |
scripts | il y a 6 ans | |
.gitignore | il y a 6 ans | |
.gitmodules | il y a 6 ans | |
LICENSE | il y a 6 ans | |
README.md | il y a 6 ans | |
build | il y a 6 ans |
# include openlilylib and edition-engraver
git submodule init
git submodule update
# install LyLuaTex
tlmgr install lyluatex
# build all examples
./build
# build example called 'hello'
./build hello
# build multiple examples
./build example1 example2 example3 # etc