]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/README
build: integrate building ruby bindings into notmuch build process
[notmuch] / bindings / ruby / README
diff --git a/bindings/ruby/README b/bindings/ruby/README
new file mode 100644 (file)
index 0000000..a2946b6
--- /dev/null
@@ -0,0 +1,7 @@
+To build the the notmuch ruby extension, run the following commands
+from the *top level* notmuch source directory:
+
+% ./configure
+% make ruby-bindings
+
+The generic documentation about building notmuch also applies.