aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-09-16 20:15:28 +0100
committergingerBill <bill@gingerbill.org>2020-09-16 20:15:28 +0100
commit33003d1bc162a3ba0bdb465db5da95a4bbb1fd62 (patch)
tree2c27fa9dfcac88fbb643e543793d89c75f20c238 /README.md
parent59d9821bd90dd89f521759ab03bd7798ceaee4f2 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 13 insertions, 6 deletions
diff --git a/README.md b/README.md
index eced02d3a..ab92d6e46 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ The official blog of the Odin programming language, featuring announcements, new
## Setup
-Odin only supports x86-64 at the moment (64-bit), relies on LLVM for code generation and an external linker.
+Odin only supports x86-64/amd64 at the moment (64-bit), relies on LLVM for code generation and an external linker.
In addition, the following platform-specific steps are necessary:
@@ -126,27 +126,34 @@ Please read the [Getting Started Guide](https://github.com/odin-lang/Odin/wiki#g
Please read the [Getting Started Guide](https://github.com/odin-lang/Odin/wiki#getting-started-with-odin).
- Windows
- * x86-64
+ * x86-64/amd64
* MSVC 2010 installed (C++11 support)
* [LLVM binaries](https://github.com/odin-lang/Odin/releases/tag/llvm-windows) for `opt.exe`, `llc.exe`, and `lld-link.exe`
* Requires MSVC's link.exe as the linker
* run `vcvarsall.bat` to setup the path
- MacOS
- * x86-64
+ * x86-64/amd64
* LLVM explicitly installed (`brew install llvm`)
* XCode installed (for the linker)
- GNU/Linux
- * x86-64
+ * x86-64/amd64
* Build tools (ld)
* LLVM installed
* Clang installed (temporary - this is Calling the linker for now)
+- FreeBSD
+ * x86-64/amd64
+ * Build tools (ld)
+ * LLVM installed
+ * Clang installed (temporary - this is Calling the linker for now)
+
+Other platforms may be supported but are experimental for the time being.
+
## Warnings
-* This is still highly in development and the language's design is quite volatile.
-* Syntax is not fixed.
+* The Odin compiler is still in development.
## Demonstrations:
* First Talk & Demo