Skip to content

Commit 6a465b0

Browse files
Merge #4107
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 <[email protected]>
2 parents b5fa9ad + b210aeb commit 6a465b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/getting-started/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ In Redhat, Fedora, and Centos:
3535
```bash
3636
sudo yum update -y
3737
sudo yum install git gcc gcc-c++ tmux gmp-devel make tar xz wget zlib-devel libtool autoconf -y
38-
sudo yum install systemd-devel ncurses-devel ncurses-compat-libs -y
38+
sudo install systemd-devel ncurses-devel ncurses-compat-libs which jq openssl-devel lmdb-devel -y
3939
```
4040

4141
For Debian/Ubuntu, use the following instead:
4242

4343
```bash
4444
sudo apt-get update -y
45-
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
45+
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
4646
```
4747

4848
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.

0 commit comments

Comments
 (0)