Update readme and set cmake version
This commit is contained in:
parent
43383228e7
commit
3ab0c7f738
@ -6,7 +6,7 @@ endif()
|
||||
|
||||
project(
|
||||
cpptrace
|
||||
VERSION 0.0.1
|
||||
VERSION 0.1.0
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
||||
10
README.md
10
README.md
@ -9,12 +9,14 @@
|
||||
<br/>
|
||||
[-Community%20Discord-blue?labelColor=2C3239&color=7289DA&style=flat&logo=discord&logoColor=959DA5)](https://discord.gg/7kv5AuCndG)
|
||||
|
||||
Cpptrace is a lightweight 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.
|
||||
Cpptrace is a lightweight 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.
|
||||
|
||||
Some day C++23's `<stacktrace>` will be ubiquitous. And maybe one day the msvc implementation will be acceptable.
|
||||
|
||||
🚧 WIP: This library is in beta. 🏗️
|
||||
This library is in beta, if you run into any problems please open an [issue][issue]!
|
||||
|
||||
[issue]: https://github.com/jeremy-rifkin/cpptrace/issues
|
||||
|
||||
## Table of Contents
|
||||
|
||||
@ -129,7 +131,7 @@ g++ main.cpp -o main -g -Wall -I$HOME/wherever/include -L$HOME/wherever/lib -lcp
|
||||
|
||||
### Package Managers
|
||||
|
||||
TODO
|
||||
Coming soon
|
||||
|
||||
## API
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user