summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-02-24 20:45:33 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-02-24 20:56:35 +0100
commite11a852763474204726ba3614f3e4dfe99e7517e (patch)
tree661b9d812cce9f70aa208a891245f705b2c198d1
parent080c3da53a8264a413beaaad2550437a97342e28 (diff)
Add README.org.
-rw-r--r--README.org25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..5551ee2
--- /dev/null
+++ b/README.org
@@ -0,0 +1,25 @@
+* prepare the environment
+
+#+BEGIN_SRC sh
+guix environment -l guix.scm
+#+END_SRC
+
+* build things
+
+To render WAV files for all the songs:
+
+#+BEGIN_SRC sh
+make
+#+END_SRC
+
+To build the bass part for just “Circus”:
+
+#+BEGIN_SRC sh
+make 03-circus/parts/bass.pdf
+#+END_SRC
+
+To build a drum guide track with click:
+
+#+BEGIN_SRC sh
+make guide
+#+END_SRC