Merge branch '352-missing-after-cmake-in-dependencies-installation-qol' into 'develop'
Resolve "Missing \ after cmake in dependencies installation - QOL" See merge request PBSA/peerplays!104
This commit is contained in:
commit
659a3c9185
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ Officially supported OS is Ubuntu 20.04.
|
|||
Following dependencies are needed for a clean install of Ubuntu 20.04:
|
||||
```
|
||||
sudo apt-get install \
|
||||
apt-utils autoconf bash build-essential ca-certificates clang-format cmake
|
||||
apt-utils autoconf bash build-essential ca-certificates clang-format cmake \
|
||||
dnsutils doxygen expect git graphviz libboost-all-dev libbz2-dev \
|
||||
libcurl4-openssl-dev libncurses-dev libreadline-dev libsnappy-dev \
|
||||
libssl-dev libtool libzip-dev libzmq3-dev locales mc nano net-tools ntp \
|
||||
|
|
|
|||
Loading…
Reference in a new issue