Skip to content

Commit 0f358ca

Browse files
committed
Document that Nix requires GNU Make
Fixes #44.
1 parent cb6651e commit 0f358ca

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

doc/manual/installation.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ a source distribution.</para>
116116

117117
<itemizedlist>
118118

119+
<listitem><para>GNU Make.</para></listitem>
120+
119121
<listitem><para>A fairly recent version of GCC/G++. Version 2.95
120122
and higher should work. Clang will also work.</para></listitem>
121123

@@ -217,7 +219,8 @@ $ ./configure <replaceable>options...</replaceable>
217219
$ make
218220
$ make install</screen>
219221

220-
</para>
222+
Nix requires GNU Make so you may need to invoke
223+
<command>gmake</command> instead.</para>
221224

222225
<para>When building from the Git repository, these should be preceded
223226
by the command:

0 commit comments

Comments
 (0)