parent
148527c716
commit
265b9aaf39
|
@ -62,7 +62,7 @@ Nim is not an external dependency, Nimbus will build its own local copy.
|
||||||
On common Linux distributions the dependencies can be installed with:
|
On common Linux distributions the dependencies can be installed with:
|
||||||
```sh
|
```sh
|
||||||
# Debian and Ubuntu
|
# Debian and Ubuntu
|
||||||
sudo apt-get install build-essentials golang-go librocksdb-dev libpcre3-dev
|
sudo apt-get install build-essential golang-go librocksdb-dev libpcre3-dev
|
||||||
|
|
||||||
# Fedora
|
# Fedora
|
||||||
dnf install @development-tools go rocksdb-devel pcre
|
dnf install @development-tools go rocksdb-devel pcre
|
||||||
|
|
Loading…
Reference in New Issue