Skip to content

Commit f8f55ee

Browse files
Jean-Lessagitbook-bot
authored andcommitted
GITBOOK-62: No subject
1 parent 011657a commit f8f55ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

understanding-contracts/setting-up-the-development-environment.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,15 @@ You can follow these steps to build the BDK in your own system. Dependencies are
8989

9090
* **GCC** with support for **C++23** or higher
9191
* **CMake 3.19.0** or higher
92-
* **Boost 1.83** or higher (components: *chrono, filesystem, program-options, system, thread, nowide*)
92+
* **Boost 1.83** or higher (components: _chrono, filesystem, program-options, system, thread, nowide_)
9393
* **OpenSSL 1.1.1**
9494
* **CryptoPP 8.2.0** or higher
9595
* **libscrypt**
9696
* **zlib**
9797
* **libsnappy** for database compression
9898
* **tmux** (for deploying)
9999
* (optional) **clang-tidy** for linting
100+
* (optional) **mold** for faster/better linking
100101

101102
The versions of those dependencies should suffice out-of-the-box for at least the following distros (or greater, including their derivatives):
102103

@@ -113,7 +114,7 @@ For older distros, you may need to compile some dependencies from source (specif
113114
* For APT-based distros:
114115

115116
```bash
116-
sudo apt install git build-essential cmake tmux clang-tidy autoconf libtool pkg-config libboost-all-dev libcrypto++-dev libscrypt-dev libsnappy-dev libssl-dev zlib1g-dev openssl
117+
sudo apt install git build-essential cmake mold tmux clang-tidy autoconf libtool pkg-config libboost-all-dev libcrypto++-dev libscrypt-dev libsnappy-dev libssl-dev zlib1g-dev openssl
117118
```
118119

119120
## Compiling

0 commit comments

Comments
 (0)