Skip to content

Commit

Permalink
Clean up building from source docs (#511)
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Dinov <[email protected]>
  • Loading branch information
atanasdinov committed Jul 31, 2024
1 parent 474063e commit 8b5622d
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,29 +71,8 @@ For details on how to test the built images, see the [Testing Guide](docs/testin

## Building from Source

### Prerequisites
Before building the EIB image, make sure that you have the development headers and libraries for
**gpgme**, **device-mapper** and **libbtrfs** installed on your system:

**SUSE Linux:**
```shell
sudo zypper install -y gpgme-devel device-mapper-devel libbtrfs-devel
```

**Ubuntu:**
```shell
sudo apt-get install -y libgpgme-dev libdevmapper-dev libbtrfs-dev
```

**Fedora:**
```shell
sudo dnf -y install gpgme-devel device-mapper-devel btrfs-progs-devel
```

### Building

Build the container (from the root of this project). In the example below, the image tag `eib:dev`
will be used in the podman command examples above for the `$EIB_IMAGE` variable.
Build the container (from the root of this project). The image tag `eib:dev`
will be used in the Podman command examples above for the `$EIB_IMAGE` variable.

```shell
podman build -t eib:dev .
Expand Down

0 comments on commit 8b5622d

Please sign in to comment.