Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up building from source docs #511

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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