From 7220868509cf4fb92b72729c2971dc5a402d736d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Tue, 23 Oct 2018 14:55:25 +0200 Subject: [PATCH] Add READMEs --- dwarf-compilation.base/README.md | 11 +++++++++++ dwarf-compilation/README.md | 5 ----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 dwarf-compilation.base/README.md delete mode 100644 dwarf-compilation/README.md diff --git a/dwarf-compilation.base/README.md b/dwarf-compilation.base/README.md new file mode 100644 index 0000000..160eceb --- /dev/null +++ b/dwarf-compilation.base/README.md @@ -0,0 +1,11 @@ +# DWARF Compilation + +This package aims to be as standalone as possible, and include everything that +is needed to compile DWARF into x86-64, then use the generated binaries for +unwinding using `libunwind-eh_elf`. + +**Please note** that this bundle is made to be easily setup and used, but to do +so, it installs its dependencies inside this directory instead of your system. +If you are planning to do more than a quick testing/demo, and wish to base a +project upon this code, you will probably want to spend tome time to do a +cleaner local install. diff --git a/dwarf-compilation/README.md b/dwarf-compilation/README.md deleted file mode 100644 index 1ad2052..0000000 --- a/dwarf-compilation/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# DWARF Compilation - -This package aims to be as standalone as possible, and include everything that -is needed to compile DWARF into x86-64, then use the generated binaries for -unwinding using `libunwind-eh_elf`.