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

docs: Add openSUSE dependencies installation instructions #1585

Merged
merged 2 commits into from
Jul 24, 2023
Merged
Changes from 1 commit
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
8 changes: 8 additions & 0 deletions docs/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ sudo yum install automake boost-devel g++ git cmake libtool ninja-build libzstd-
openssl-devel libunwind-devel autoconf-archive patch bison libxml2-devel
```

On openSUSE:

```bash
sudo zypper install automake boost-devel gcc-c++ git cmake libtool ninja libzstd-devel \
openssl-devel libunwind-devel autoconf-archive patch bison libxml2-devel \
libboost_context-devel libboost_system-devel libboost_fiber-devel
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we do not require libboost_fiber-devel anymore

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed libboost_fiber-devel

```

## Step 2 - clone the project

```bash
Expand Down