Skip to content

Commit bf07d2e

Browse files
Update build instructions in doc/build-unix.md to note the absence of libbacktrace in Fedora repositories and provide guidance on disabling stack traces during the build process.
1 parent c31ec72 commit bf07d2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/build-unix.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ Now, you can either build from self-compiled [depends](/depends/README.md) or in
145145
sudo dnf install libevent-devel boost-devel
146146
```
147147

148+
Note: Fedora repositories do not include libbacktrace. To build Dash Core without stack trace support, configure with `--disable-stacktraces`.
149+
148150
SQLite is required for the descriptor wallet:
149151

150152
```sh

0 commit comments

Comments
 (0)