aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZachary Pierson <zacpiersonhehe@gmail.com>2017-02-06 21:47:58 -0600
committerZachary Pierson <zacpiersonhehe@gmail.com>2017-02-06 21:47:58 -0600
commiteeeb90c4410365c805eeab9bdc5b71279ce973d5 (patch)
tree23ce68e5e590a6f5cf5c7baa5f220f713e766b1f /README.md
parent6efd400c98cff15347774152481885e2194fbc27 (diff)
MacOS is able to run Hello World!
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 16 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7e717e18e..ef99a5e12 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,22 @@ The Odin programming language is fast, concise, readable, pragmatic and open sou
## Requirements to build and run
-* Windows
-* x86-64
-* MSVC 2015 installed (C99 support)
-* Requires MSVC's link.exe as the linker
- - run `vcvarsall.bat` to setup the path
+- Windows
+ * x86-64
+ * MSVC 2015 installed (C99 support)
+ * LLVM installed
+ * Requires MSVC's link.exe as the linker
+ * run `vcvarsall.bat` to setup the path
+
+- MacOS
+ * x86-64
+ * LLVM explicitly installed (`brew install llvm`)
+ * XCode installed (for the linker)
+
+- GNU/Linux
+ * x86-64
+ * Build tools (ld)
+ * LLVM installed
## Warnings