From ea30c99f35565945a2a83cbc7c4870f96314e77c Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Tue, 23 Jan 2024 01:10:00 -0600 Subject: [PATCH] Fix formatting of a table --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 17d81bd..800469a 100644 --- a/README.md +++ b/README.md @@ -620,12 +620,12 @@ or [Package Managers](#package-managers). In addition to any include or library paths you'll need to specify to tell the compiler where cpptrace was installed the typical dependencies for cpptrace are: -| Compiler | Platform | Dependencies | -| ----------------------- | ---------------- | --------------------------------------- | -| gcc, clang, intel, etc. | Linux/macos/unix | `-lcpptrace -ldwarf -lz -ldl` | +| Compiler | Platform | Dependencies | +| ----------------------- | ---------------- | ---------------------------------- | +| gcc, clang, intel, etc. | Linux/macos/unix | `-lcpptrace -ldwarf -lz -ldl` | | gcc | Windows | `-lcpptrace -ldbghelp -ldwarf -lz` | -| msvc | Windows | `cpptrace.lib dbghelp.lib` | -| clang | Windows | `-lcpptrace -ldbghelp` | +| msvc | Windows | `cpptrace.lib dbghelp.lib` | +| clang | Windows | `-lcpptrace -ldbghelp` | Dependencies may differ if different back-ends are manually selected.