Update minimum requirements (#844)

This commit is contained in:
Evan Simkowitz 2024-09-24 23:52:04 -07:00 committed by GitHub
parent 2274ac0412
commit 9204855a10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 8 deletions

View File

@ -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/

View File

@ -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