Backward is a beautiful stack trace pretty printer for C++.
cd Ports/backward-cpp
./package.sh
Backward is a header only library. So installing Backward is easy, simply drop a copy of backward.hpp along with your other source files in your C++ project. You can also use a git submodule or really any other way that best fits your environment, as long as you can include backward.hpp.
Website: https://github.com/bombela/backward-cpp
Port: https://github.com/SerenityOS/serenity/tree/master/Ports/backward-cpp