summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWiktor Kuchta <35867657+wiktorkuchta@users.noreply.github.com>2021-07-07 00:05:05 +0200
committerWiktor Kuchta <35867657+wiktorkuchta@users.noreply.github.com>2021-07-08 21:55:21 +0200
commitea7c8bd522a742ceb9cf245d9ed8dbad2db65b0f (patch)
treef274102c7b3b573b4190ef6b6ef02a45660009ee
parent98a27ddf9d5c2c0e92614b97ff9064660b8e1dde (diff)
downloadocaml-ea7c8bd522a742ceb9cf245d9ed8dbad2db65b0f.tar.gz
Mention binutils as installation prerequisites
-rw-r--r--INSTALL.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.adoc b/INSTALL.adoc
index 42d9f59dd3..a5ad0c38dc 100644
--- a/INSTALL.adoc
+++ b/INSTALL.adoc
@@ -20,6 +20,9 @@
* Under Cygwin, the `gcc-core` package is required. `flexdll` is also necessary
for shared library support.
+* Binutils including `ar`, `ranlib`, and `strip` are required if your
+ distribution does not already provide them with the C compiler.
+
== Configuration
From the top directory, do: