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