This Dockerfile sets up a Linux development environment for building ChordPro from source.
- Pull the image from DockerHub or build it using this Dockerfile
- Pull:
docker pull daysm/chordpro-dev
- Build:
docker build . -t daysm/chordpro-dev
- Pull:
- Run container:
docker run -it daysm/chordpro-dev /bin/bash
- Build ChordPro
cd
into/chordpro-R6.050/pp/linux
- Run
pp --output=chordpro @chordpro.pp ../../script/chordpro.pl
You can find a detailed explanation of the Dockerfile at https://dayyan.dev/building-chordpro-from-source