diff options
| author | Zachary Pierson <zacpiersonhehe@gmail.com> | 2017-02-06 21:47:58 -0600 |
|---|---|---|
| committer | Zachary Pierson <zacpiersonhehe@gmail.com> | 2017-02-06 21:47:58 -0600 |
| commit | eeeb90c4410365c805eeab9bdc5b71279ce973d5 (patch) | |
| tree | 23ce68e5e590a6f5cf5c7baa5f220f713e766b1f /README.md | |
| parent | 6efd400c98cff15347774152481885e2194fbc27 (diff) | |
MacOS is able to run Hello World!
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -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 |