diff --git a/docs/getting-started.md b/docs/getting-started.md index ee9ae348..e742750c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -19,7 +19,7 @@ The fastest way to try Terra is via [Replit](https://replit.com/@terralang/terra Installing Terra ---------------- -Terra currently runs on macOS, Linux, and 64-bit Windows. Binary releases for popular versions of these systems are available [online](https://github.com/terralang/terra/releases), and we recommend you use them if possible because building Terra requires a working install of LLVM and Clang, which can be difficult to accomplish. The binaries do not require any dependencies for most operations. For interaction with the C ecosystem, such as including C header files or creating executable and shared libraries, you need to have the right development tools installed. On macOS, you need the Xcode (either Command Line Tools or a full installation); on Linux you need either the GCC or Clang toolchains (e.g., `build-essential` package in Ubuntu); and for Windows you need a copy of Microsoft Visual Studio (2015, 2017, 2019 or 2022) installed. +Terra currently runs on Linux (x86_64, AArch64, PPC64le), macOS (x86_64), FreeBSD (x86_64), and Windows (x86_64). Binary releases for popular versions of these systems are available [online](https://github.com/terralang/terra/releases), and we recommend you use them if possible because building Terra requires a working install of LLVM and Clang, which can be difficult to accomplish. The binaries do not require any dependencies for most operations. For interaction with the C ecosystem, such as including C header files or creating executable and shared libraries, you need to have the right development tools installed. On macOS, you need the Xcode (either Command Line Tools or a full installation); on Linux you need either the GCC or Clang toolchains (e.g., `build-essential` package in Ubuntu); and for Windows you need a copy of Microsoft Visual Studio (2015, 2017, 2019 or 2022) installed. Note that as of macOS 10.15 Catalina, in order to include C headers in Terra you will need to define the following evironment variable: diff --git a/release/share/terra/README.md b/release/share/terra/README.md index 57417051..737c1232 100644 --- a/release/share/terra/README.md +++ b/release/share/terra/README.md @@ -25,7 +25,7 @@ The fastest way to try Terra is via [Replit](https://replit.com/@terralang/terra Installing Terra ================ -Terra currently runs Linux, macOS, FreeBSD, and 64-bit Windows. Binary releases for popular versions of these systems are available [online](https://github.com/terralang/terra/releases), and we recommend you use them if possible because building Terra requires a working install of LLVM and Clang, which can be difficult to get working. +Terra currently runs on Linux (x86_64, AArch64, PPC64le), macOS (x86_64), FreeBSD (x86_64), and Windows (x86_64). Binary releases for popular versions of these systems are available [online](https://github.com/terralang/terra/releases), and we recommend you use them if possible because building Terra requires a working install of LLVM and Clang, which can be difficult to get working. Note that as of macOS 10.15 Catalina, in order to include C headers in Terra you will need to define the following evironment variable: