notmuch/bindings/ruby
David Bremner f7130468d2 Import notmuch_0.28.2.orig.tar.gz
[dgit import orig notmuch_0.28.2.orig.tar.gz]
2019-02-17 07:30:33 -04:00
..
.gitignore Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00
database.c Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00
defs.h Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00
directory.c Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00
extconf.rb Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00
filenames.c Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00
init.c Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00
message.c Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00
messages.c Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00
query.c Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00
rdoc.sh Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00
README Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00
status.c Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00
tags.c Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00
thread.c Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00
threads.c Import notmuch_0.28.2.orig.tar.gz 2019-02-17 07:30:33 -04:00

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.