about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-25T20·11-0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-25T20·17-0400
commit0f358ca5b6f1357e295020c3ed89fe877e809fd9 (patch)
tree1859d9d3a77eadd56347752042921cda86381615 /doc
parentcb6651e878b3f2d97ac5e2318d679957904105ef (diff)
Document that Nix requires GNU Make
Fixes #44.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/installation.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml
index 88f76752e294..bbcc057f1d04 100644
--- a/doc/manual/installation.xml
+++ b/doc/manual/installation.xml
@@ -116,6 +116,8 @@ a source distribution.</para>
 
 <itemizedlist>
 
+  <listitem><para>GNU Make.</para></listitem>
+
   <listitem><para>A fairly recent version of GCC/G++.  Version 2.95
   and higher should work.  Clang will also work.</para></listitem>
 
@@ -217,7 +219,8 @@ $ ./configure <replaceable>options...</replaceable>
 $ make
 $ make install</screen>
 
-</para>
+Nix requires GNU Make so you may need to invoke
+<command>gmake</command> instead.</para>
 
 <para>When building from the Git repository, these should be preceded
 by the command: