We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6651e commit 0f358caCopy full SHA for 0f358ca
1 file changed
doc/manual/installation.xml
@@ -116,6 +116,8 @@ a source distribution.</para>
116
117
<itemizedlist>
118
119
+ <listitem><para>GNU Make.</para></listitem>
120
+
121
<listitem><para>A fairly recent version of GCC/G++. Version 2.95
122
and higher should work. Clang will also work.</para></listitem>
123
@@ -217,7 +219,8 @@ $ ./configure <replaceable>options...</replaceable>
217
219
$ make
218
220
$ make install</screen>
221
-</para>
222
+Nix requires GNU Make so you may need to invoke
223
+<command>gmake</command> instead.</para>
224
225
<para>When building from the Git repository, these should be preceded
226
by the command:
0 commit comments