Skip to content

Commit

Permalink
Added build dependencies for openSUSE (#64)
Browse files Browse the repository at this point in the history
snpguest is included as part of the official repositories for openSUSE Leap, Tumbleweed and SUSE Linux Enterprise Servers but, If users want to build the latest and greatest Git version, they must enable the "devel_basis" pattern.

Signed-off-by: Juan Herrera Utande <[email protected]>
  • Loading branch information
juanbrny authored Aug 12, 2024
1 parent f6e283b commit 48914da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [Building](#building)
- [Ubuntu Dependencies](#ubuntu-dependencies)
- [RHEL and its compatible distributions dependencies](#rhel-and-its-compatible-distributions-dependencies)
- [openSUSE and its compatible distributions dependencies](#opensuse-and-its-compatible-distributions-dependencies)
- [Reporting Bugs](#reporting-bugs)

## Usage
Expand Down Expand Up @@ -372,6 +373,11 @@ sudo apt install build-essential
sudo dnf groupinstall "Development Tools" "Development Libraries"
```

### openSUSE and its compatible distributions Dependencies

```bash
sudo zypper in -t pattern "devel_basis"
```

## Reporting Bugs

Expand Down

0 comments on commit 48914da

Please sign in to comment.