Skip to content

daysm/chordpro-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ChordPro Docker

This Dockerfile sets up a Linux development environment for building ChordPro from source.

Getting started

  1. Pull the image from DockerHub or build it using this Dockerfile
    • Pull: docker pull daysm/chordpro-dev
    • Build: docker build . -t daysm/chordpro-dev
  2. Run container: docker run -it daysm/chordpro-dev /bin/bash
  3. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published