We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1613bc6 commit 8b7ae4bCopy full SHA for 8b7ae4b
RELEASE_INSTRUCTIONS.txt
@@ -27,6 +27,9 @@ For windows:
27
28
w1.1 Follow the instructions in README-win.txt
29
30
+w1.1.1 Copy readme to build-win:
31
+cp README.txt build-win/README.txt
32
+
33
w1.2 Install InnoSetup
34
I use InnoSetup for creating the installer. Get it from:
35
http://www.jrsoftware.org/isinfo.php
@@ -62,7 +65,7 @@ $ git push origin v3.5.1
62
65
63
66
3. Go to a temporary directory on your system to recheck at the tag. This is to avoid having any unwanted files
64
67
$ cd /tmp
-$ git clone https://github.com/calband/calchart.git calchart
68
+$ git clone --recursive https://github.com/calband/calchart.git calchart
69
$ cd calchart
70
$ git checkout v3.5.1
71
0 commit comments