diff options
| author | gingerBill <bill@gingerbill.org> | 2021-05-01 16:27:11 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-05-01 16:27:11 +0100 |
| commit | 956b59d48c909228188d13278a9ce1fa0f9c2166 (patch) | |
| tree | 4f849b5e7af8d402b90cf0562550644e7f337c94 /bin | |
| parent | 97b537f80029724e2a9b9f9240532aeb95e1143d (diff) | |
Update old bin/README.md
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/README.md b/bin/README.md index 24a19a3c4..f58f0a482 100644 --- a/bin/README.md +++ b/bin/README.md @@ -2,13 +2,12 @@ ## Setup -Odin only supports x86-64 at the moment (64-bit), relies on LLVM for code generation and an external linker. +Odin currently supports x86-64 and ARM64 at the moment (64-bit), relies on LLVM for code generation and an external linker. In addition, the following platform-specific steps are necessary: - Windows * Have Visual Studio installed (MSVC 2010 or later, for the linker) - * Have a copy of `opt.exe` and `llc.exe` in `Odin/bin`. Pre-built Windows binaries can be found [here](https://github.com/odin-lang/Odin/releases/tag/llvm-windows) and *must* be explicitly copied * Open a valid command prompt: * **Basic:** run the `x64 Native Tools Command Prompt for VS2017` shortcut bundled with VS 2017, or * **Advanced:** run `vcvarsall.bat x64` from a blank `cmd` session @@ -19,7 +18,6 @@ In addition, the following platform-specific steps are necessary: * Make sure the LLVM binaries and the linker are added to your `$PATH` environmental variable - GNU/Linux - * Have LLVM installed (opt/llc) * Have Clang installed (version X.X or later, for linking) * Make sure the LLVM binaries and the linker are added to your `$PATH` environmental variable |