From 37f7630a9eab8476199229e26b5b628cf73ff11d Mon Sep 17 00:00:00 2001 From: Zachary Pierson Date: Tue, 7 Feb 2017 23:33:36 -0600 Subject: [PATCH] Updated README.md to reflect Linux's dependancy on clang for now. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef99a5e12..ca363a455 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ The Odin programming language is fast, concise, readable, pragmatic and open sou * x86-64 * Build tools (ld) * LLVM installed + * Clang installed (temporary - this is calling the linker for now) ## Warnings