mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
8 lines
215 B
Text
8 lines
215 B
Text
|
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.
|