mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-29 17:58:54 +01:00
Update minimum requirements (#844)
This commit is contained in:
parent
2274ac0412
commit
9204855a10
8
BUILD.md
8
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/
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user