From cea621853719e7d777a3d1c2f8f96793016575d6 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 26 Sep 2019 10:54:20 -0700 Subject: [PATCH] README: Add gold linker to the minor build dependencies list. [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 432d48263..126d7e76f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ giving you control over Matrix. ##### BUILD TOOLS -- **GNU C++** compiler, automake, autoconf, autoconf2.13, +- **GNU C++** compiler, ld.gold, automake, autoconf, autoconf2.13, autoconf-archive, libtool. - A platform capable of loading dynamic shared objects at runtime is required.