add zip creation instructions
add required move-command
add info how to build from a zip
This uses its own buildscript to avoid messing with the ingenious Makefile from MakeStuff:
git clone https://github.com/ArneBab/MakeStuff
hg clone https://hg.sr.ht/~arnebab/draketos-songbook Lyrics
cd Lyrics
bash build.sh
This uses its own buildscript to avoid messing with the ingenious Makefile from MakeStuff:
git clone https://github.com/ArneBab/MakeStuff
hg init Lyrics
tar -C Lyrics/ -xf draketos-zongbook-sources.tar.xz
cd Lyrics
bash build.sh
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
mv draketos-zongbook/* ./
bash build.sh
Tarball:
hg man | xargs tar cJf draketos-zongbook-sources.tar.xz
Zip:
hg archive draketos-zongbook.zip