diff options
| author | David Bremner <david@tethera.net> | 2015-06-01 09:08:59 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-06-12 09:12:28 +0200 |
| commit | d038b9320949c79503fe4b76870aaabf279405ab (patch) | |
| tree | cc37e58cf542034e0a6cab77668aa8b58950e87a /bindings/ruby | |
| parent | 32fd74b7aa9c24ec77f8c59d09f89e0535bf64cd (diff) | |
build: integrate building ruby bindings into notmuch build process
Because ruby generates a Makefile, we have to use recursive make.
Because mkmf.rb hardcodes the name Makefile, put our Makefile{.local}
in the parent directory.
Diffstat (limited to 'bindings/ruby')
| -rw-r--r-- | bindings/ruby/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bindings/ruby/README b/bindings/ruby/README new file mode 100644 index 00000000..a2946b66 --- /dev/null +++ b/bindings/ruby/README @@ -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. |
