# HG changeset patch # User Arne Babenhauserheide # Date 1701436664 -3600 # Fri Dec 01 14:17:44 2023 +0100 # Node ID 5bb2bcd0a6a47edf604e60755cc49767e8c44d34 # Parent 02fdd72095719d59967191dff641a1630ffa1153 add info how to build from a zip diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -31,6 +31,16 @@ cd Lyrics bash build.sh +## to build from a zip file + +This uses its own buildscript to avoid messing with the ingenious Makefile from MakeStuff: + + git clone https://github.com/ArneBab/MakeStuff + hg init Lyrics + cd Lyrics + unzip -x draketos-zongbook.zip + bash build.sh + ## create your own package hg man | xargs tar cJf draketos-zongbook-sources.tar.xz