Skip to content

Commit

Permalink
BUILDING.md: clarify system requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
troyaws authored Sep 15, 2020
1 parent 29903d4 commit 5205666
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@ You can skip to the [setup guide for Kubernetes](QUICKSTART-EKS.md) or the [setu

### Dependencies

#### System Requirements

The build process artifacts and resulting images can consume in excess of 80GB in the local directory.

#### Linux

The build system requires certain operating system packages to be installed.

Ensure the following OS packages are installed:

##### Ubuntu

```
apt install build-essential libssl-dev pkg-config
```

##### Fedora

```
yum install make automake gcc openssl-devel pkg-config
```


#### Rust

The build system is based on the Rust language.
Expand Down

0 comments on commit 5205666

Please sign in to comment.