Don't pretend cpptrace would be self-contained
According to the build instructions `cpptrace` requires `zstd` and `libdwarf-lite`. Additionally it requires `libunwind` on some platforms. It therefore is a simple, and portable, but certainly not a self-contained library. Let's fix this: Introduce yourself with misinformation is not helpful to build trust.
This commit is contained in:
parent
e89eb61a5f
commit
0c898cc487
@ -8,7 +8,7 @@
|
|||||||
<br/>
|
<br/>
|
||||||
[](https://godbolt.org/z/c6TqTzqcf)
|
[](https://godbolt.org/z/c6TqTzqcf)
|
||||||
|
|
||||||
Cpptrace is a simple, portable, and self-contained C++ stacktrace library supporting C++11 and greater on Linux, macOS,
|
Cpptrace is a simple, and portable C++ stacktrace library supporting C++11 and greater on Linux, macOS,
|
||||||
and Windows including MinGW and Cygwin environments. The goal: Make stack traces simple for once.
|
and Windows including MinGW and Cygwin environments. The goal: Make stack traces simple for once.
|
||||||
|
|
||||||
Cpptrace also has a C API, docs [here](docs/c-api.md).
|
Cpptrace also has a C API, docs [here](docs/c-api.md).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user