mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
zip is a requirement for linux builds
This commit is contained in:
parent
0ae654cd1d
commit
498c393baa
@ -10,11 +10,14 @@ If you install the production version of Wave, you'll see a semi-transparent sid
|
|||||||
|
|
||||||
## Prereqs and Tools
|
## Prereqs and Tools
|
||||||
|
|
||||||
Download and install Go (must be at least go 1.18). We also need gcc installed to run a CGO build (for Golang):
|
Download and install Go (must be at least go 1.18). We also need gcc installed to run a CGO build (for Golang).
|
||||||
|
zip is required to build linux deployment packages (not required for running and debugging dev builds).
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo snap install go --classic
|
sudo snap install go --classic
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install gcc
|
sudo apt-get install gcc
|
||||||
|
sudo apt-get install zip
|
||||||
```
|
```
|
||||||
|
|
||||||
Download and install [ScriptHaus](https://github.com/scripthaus-dev/scripthaus) (to run the build commands):
|
Download and install [ScriptHaus](https://github.com/scripthaus-dev/scripthaus) (to run the build commands):
|
||||||
|
Loading…
Reference in New Issue
Block a user