From 9204855a10da53519a5a306f790594a2a35e417f Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Tue, 24 Sep 2024 23:52:04 -0700 Subject: [PATCH] Update minimum requirements (#844) --- BUILD.md | 8 ++------ README.md | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/BUILD.md b/BUILD.md index 60df0bcee..abe2fb33c 100644 --- a/BUILD.md +++ b/BUILD.md @@ -6,16 +6,14 @@ These instructions are for setting up dependencies and building Wave Terminal fr ### OS-specific dependencies -#### macOS +See [Minimum requirements](README.md#minimum-requirements) to learn whether your OS is supported. -You will need macOS 10.15 or later to build and run Wave. +#### macOS macOS does not have any platform-specific dependencies. #### Linux -You will need a 64-bit Linux distro with glibc-2.28 or later (Debian 10, RHEL 8, Ubuntu 20.04, etc.). - You must have `zip` installed. We also require the [Zig](https://ziglang.org/) compiler for statically linking CGO. Debian/Ubuntu: @@ -39,8 +37,6 @@ sudo pacman -S zip zig #### Windows -You will need a 64-bit, somewhat-recent version of Windows to build and run Wave (Windows 10 1809 or later). - You will need the GNU build toolchain installed in order for Go to work on Windows. In most cases, this requires installing MinGW-w64. The easiest way to install this is using MSYS2: https://www.msys2.org/ diff --git a/README.md b/README.md index 357d37489..eb90691ee 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ brew install --cask wave ### Minimum requirements -Wave Terminal and WSH run on the following 64-bit platforms: +Wave Terminal and WSH run on the following platforms: - macOS 10.15 or later (arm64, x64) - Windows 10 1809 or later (x64) -- Linux based on glibc-2.28 or later (arm64, x64) +- Linux based on glibc-2.28 or later (Debian 10, RHEL 8, Ubuntu 20.04, etc.) (arm64, x64) ## Links