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.

29 lines
434 B

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