Skip to content

Commit

Permalink
Merge #4107
Browse files Browse the repository at this point in the history
4107: Update getting-started installation dependencies r=james-iohk a=james-iohk

Update installation dependencies for Fedora and Ubuntu inline with automated test IntersectMBO/cardano-node-tests#1191

Co-authored-by: James <74595920+james-iohk@users.noreply.github.com>
  • Loading branch information
iohk-bors[bot] and catch-21 committed Jun 28, 2022
2 parents b5fa9ad + b210aeb commit 6a465b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ In Redhat, Fedora, and Centos:
```bash
sudo yum update -y
sudo yum install git gcc gcc-c++ tmux gmp-devel make tar xz wget zlib-devel libtool autoconf -y
sudo yum install systemd-devel ncurses-devel ncurses-compat-libs -y
sudo install systemd-devel ncurses-devel ncurses-compat-libs which jq openssl-devel lmdb-devel -y
```

For Debian/Ubuntu, use the following instead:

```bash
sudo apt-get update -y
sudo apt-get install automake build-essential pkg-config libffi-dev libgmp-dev libssl-dev libtinfo-dev libsystemd-dev zlib1g-dev make g++ tmux git jq wget libncursesw5 libtool autoconf -y
sudo apt-get install automake build-essential pkg-config libffi-dev libgmp-dev libssl-dev libtinfo-dev libsystemd-dev zlib1g-dev make g++ tmux git jq wget libncursesw5 libtool autoconf liblmdb-dev -y
```

If you are using a different flavor of Linux, you will need to use the correct package manager for your platform instead of `yum` or `apt-get`, and the names of the packages you need to install might differ. On MacOSX, use the Homebrew (`brew`) installer.
Expand Down

0 comments on commit 6a465b0

Please sign in to comment.