Engine for LaTeX songbooks http://www.patacrep.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

28 lines
434 B

## Dependencies
* required: make, perl, pdflatex, xpdf
* optional: git, lilypond, ikiwiki
Debian/Ubuntu:
sudo aptitude install build-essential perl texlive texlive-lang-french texlive-latex-extra lilypond ikiwiki git
## Installation
from tarball:
tar xzvf songbook.tar.gz
cd songbook
make
from git:
git clone git://git.lohrun.net/songbook.git
cd songbook
make
## Stay up-to-date with git
cd songbook
git pull
make